Html Css Color HEX #CFE8DC White Ice

📋 copy color: '#CFE8DC'

red 207 ◦ green 232 ◦ blue 220

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

Shades of White Ice #CFE8DC

Tints of White Ice #CFE8DC

RGB

 RED value IS 207 (81.25% from 255) = 31.41%

 GREEN value IS 232 (91.02% from 255) = 35.2%

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 31.41%
G = 35.2%
B = 33.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#CFE8DC (or 0xCFE8DC) is known color: White Ice. HEX triplet: CF, E8 and DC. RGB value is (207,232,220). Sum of RGB (Red+Green+Blue) = 207+232+220=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8DC is #301723. Grayscale: #DFDFDF. Windows color (decimal): -3151652 or 14477519. OLE color: 14477519.

HSL color Cylindrical-coordinate representation of color #CFE8DC: hue angle of 151.2º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE8DC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 220 -
CMYK 0.11 0 0.05 0.09
HSL 151.2º 0.35% 0.86% -
HSV(B) 151.2º 0.11% 0.91% -
XYZ 67.51 76.15 78.85 -
YUV 223.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 207 232 220 0.11 0 0.05 0.09 151.2 0.35 0.86
Hex CF E8 DC B 0 5 9 97 23 56
Octal 317 350 334 13 0 5 11 227 43 126
Binary 11001111 11101000 11011100 1011 0 101 1001 10010111 100011 1010110

Color Harmonies of #CFE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE8DC

Black with #CFE8DC

Text Example


Text Example

White with #CFE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE8DC; }

 p { color: rgb(207,232,220); }

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

background-color css

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

 a { background-color: rgb(207,232,220); }

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

border-color css

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

 span { border-color: rgb(207,232,220); }

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