Html Css Color HEX #C4D1CE Geyser

📋 copy color: '#C4D1CE'

red 196 ◦ green 209 ◦ blue 206

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

Shades of Geyser #C4D1CE

Tints of Geyser #C4D1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.21%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 32.08%
G = 34.21%
B = 33.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#C4D1CE (or 0xC4D1CE) is known color: Geyser. HEX triplet: C4, D1 and CE. RGB value is (196,209,206). Sum of RGB (Red+Green+Blue) = 196+209+206=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D1CE is #3B2E31. Grayscale: #CCCCCC. Windows color (decimal): -3878450 or 13554116. OLE color: 13554116.

HSL color Cylindrical-coordinate representation of color #C4D1CE: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4D1CE is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 209 206 -
CMYK 0.06 0 0.01 0.18
HSL 166.15º 0.12% 0.79% -
HSV(B) 166.15º 0.06% 0.82% -
XYZ 56.71 61.79 67.33 -
YUV 204.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 196 209 206 0.06 0 0.01 0.18 166.15 0.12 0.79
Hex C4 D1 CE 6 0 1 12 A6 C 4F
Octal 304 321 316 6 0 1 22 246 14 117
Binary 11000100 11010001 11001110 110 0 1 10010 10100110 1100 1001111

Color Harmonies of #C4D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D1CE

Black with #C4D1CE

Text Example


Text Example

White with #C4D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D1CE; }

 p { color: rgb(196,209,206); }

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

background-color css

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

 a { background-color: rgb(196,209,206); }

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

border-color css

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

 span { border-color: rgb(196,209,206); }

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