Html Css Color HEX #C2D9D4 Geyser

📋 copy color: '#C2D9D4'

red 194 ◦ green 217 ◦ blue 212

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

Shades of Geyser #C2D9D4

Tints of Geyser #C2D9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.83%

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 31.14%
G = 34.83%
B = 34.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#C2D9D4 (or 0xC2D9D4) is known color: Geyser. HEX triplet: C2, D9 and D4. RGB value is (194,217,212). Sum of RGB (Red+Green+Blue) = 194+217+212=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9D4 is #3D262B. Grayscale: #D1D1D1. Windows color (decimal): -4007468 or 13949378. OLE color: 13949378.

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

Color convert

RGB 194 217 212 -
CMYK 0.11 0 0.02 0.15
HSL 166.96º 0.23% 0.81% -
HSV(B) 166.96º 0.11% 0.85% -
XYZ 58.94 65.85 71.89 -
YUV 209.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 194 217 212 0.11 0 0.02 0.15 166.96 0.23 0.81
Hex C2 D9 D4 B 0 2 F A7 17 51
Octal 302 331 324 13 0 2 17 247 27 121
Binary 11000010 11011001 11010100 1011 0 10 1111 10100111 10111 1010001

Color Harmonies of #C2D9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9D4

Black with #C2D9D4

Text Example


Text Example

White with #C2D9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9D4; }

 p { color: rgb(194,217,212); }

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

background-color css

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

 a { background-color: rgb(194,217,212); }

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

border-color css

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

 span { border-color: rgb(194,217,212); }

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