Html Css Color HEX #CFE0DE Jagged Ice

📋 copy color: '#CFE0DE'

red 207 ◦ green 224 ◦ blue 222

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

Shades of Jagged Ice #CFE0DE

Tints of Jagged Ice #CFE0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.3%

 BLUE value IS 222 (87.11% from 255) = 34%

R = 31.7%
G = 34.3%
B = 34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#CFE0DE (or 0xCFE0DE) is known color: Jagged Ice. HEX triplet: CF, E0 and DE. RGB value is (207,224,222). Sum of RGB (Red+Green+Blue) = 207+224+222=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0DE is #301F21. Grayscale: #DADADA. Windows color (decimal): -3153698 or 14606543. OLE color: 14606543.

HSL color Cylindrical-coordinate representation of color #CFE0DE: hue angle of 172.94º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0DE is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 222 -
CMYK 0.08 0 0.01 0.12
HSL 172.94º 0.22% 0.85% -
HSV(B) 172.94º 0.08% 0.88% -
XYZ 65.57 71.85 79.52 -
YUV 218.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 207 224 222 0.08 0 0.01 0.12 172.94 0.22 0.85
Hex CF E0 DE 8 0 1 C AD 16 55
Octal 317 340 336 10 0 1 14 255 26 125
Binary 11001111 11100000 11011110 1000 0 1 1100 10101101 10110 1010101

Color Harmonies of #CFE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0DE

Black with #CFE0DE

Text Example


Text Example

White with #CFE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0DE; }

 p { color: rgb(207,224,222); }

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

background-color css

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

 a { background-color: rgb(207,224,222); }

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

border-color css

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

 span { border-color: rgb(207,224,222); }

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