Html Css Color HEX #C2DBD6 Geyser

📋 copy color: '#C2DBD6'

red 194 ◦ green 219 ◦ blue 214

#C2DBD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geyser #C2DBD6

Tints of Geyser #C2DBD6

RGB

 RED value IS 194 (76.17% from 255) = 30.94%

 GREEN value IS 219 (85.94% from 255) = 34.93%

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 30.94%
G = 34.93%
B = 34.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2DBD6 (or 0xC2DBD6) is known color: Geyser. HEX triplet: C2, DB and D6. RGB value is (194,219,214). Sum of RGB (Red+Green+Blue) = 194+219+214=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBD6 is #3D2429. Grayscale: #D2D2D2. Windows color (decimal): -4006954 or 14080962. OLE color: 14080962.

HSL color Cylindrical-coordinate representation of color #C2DBD6: hue angle of 168º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBD6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 214 -
CMYK 0.11 0 0.02 0.14
HSL 168º 0.26% 0.81% -
HSV(B) 168º 0.11% 0.86% -
XYZ 59.72 66.99 73.4 -
YUV 210.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 194 219 214 0.11 0 0.02 0.14 168 0.26 0.81
Hex C2 DB D6 B 0 2 E A8 1A 51
Octal 302 333 326 13 0 2 16 250 32 121
Binary 11000010 11011011 11010110 1011 0 10 1110 10101000 11010 1010001

Color Harmonies of #C2DBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBD6

Black with #C2DBD6

Text Example


Text Example

White with #C2DBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBD6; }

 p { color: rgb(194,219,214); }

 H1.HeaderClassName
 {
   color: #C2DBD6;
 }
 .AnyTagClassName
 {
   color: #C2DBD6;
 }
</style>

background-color css

<style>
 a { background-color: #C2DBD6; }

 a { background-color: rgb(194,219,214); }

 div.DivClassName
 {
   background-color: #C2DBD6;
 }
 .BgClassName
 {
   background-color: #C2DBD6;
 }
</style>

border-color css

<style>
 span { border-color: #C2DBD6; }

 span { border-color: rgb(194,219,214); }

 td.TdClassName
 {
   border-color: #C2DBD6;
 }
 .TagClassName
 {
   border-color: #C2DBD6;
 }
</style>