Html Css Color HEX #C4D9D4 Geyser

📋 copy color: '#C4D9D4'

red 196 ◦ green 217 ◦ blue 212

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

Shades of Geyser #C4D9D4

Tints of Geyser #C4D9D4

RGB

 RED value IS 196 (76.95% from 255) = 31.36%

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

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

R = 31.36%
G = 34.72%
B = 33.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#C4D9D4 (or 0xC4D9D4) is known color: Geyser. HEX triplet: C4, D9 and D4. RGB value is (196,217,212). Sum of RGB (Red+Green+Blue) = 196+217+212=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9D4 is #3B262B. Grayscale: #D2D2D2. Windows color (decimal): -3876396 or 13949380. OLE color: 13949380.

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

Color convert

RGB 196 217 212 -
CMYK 0.10 0 0.02 0.15
HSL 165.71º 0.22% 0.81% -
HSV(B) 165.71º 0.1% 0.85% -
XYZ 59.46 66.11 71.91 -
YUV 210.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 196 217 212 0.10 0 0.02 0.15 165.71 0.22 0.81
Hex C4 D9 D4 A 0 2 F A6 16 51
Octal 304 331 324 12 0 2 17 246 26 121
Binary 11000100 11011001 11010100 1010 0 10 1111 10100110 10110 1010001

Color Harmonies of #C4D9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D9D4

Black with #C4D9D4

Text Example


Text Example

White with #C4D9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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