Html Css Color HEX #CFE0DD Jagged Ice

📋 copy color: '#CFE0DD'

red 207 ◦ green 224 ◦ blue 221

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

Shades of Jagged Ice #CFE0DD

Tints of Jagged Ice #CFE0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.9%

R = 31.75%
G = 34.36%
B = 33.9%

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

#CFE0DD (or 0xCFE0DD) is known color: Jagged Ice. HEX triplet: CF, E0 and DD. RGB value is (207,224,221). Sum of RGB (Red+Green+Blue) = 207+224+221=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0DD is #301F22. Grayscale: #DADADA. Windows color (decimal): -3153699 or 14541007. OLE color: 14541007.

HSL color Cylindrical-coordinate representation of color #CFE0DD: hue angle of 169.41º 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 #CFE0DD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 221 -
CMYK 0.08 0 0.01 0.12
HSL 169.41º 0.22% 0.85% -
HSV(B) 169.41º 0.08% 0.88% -
XYZ 65.44 71.8 78.82 -
YUV 218.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 207 224 221 0.08 0 0.01 0.12 169.41 0.22 0.85
Hex CF E0 DD 8 0 1 C A9 16 55
Octal 317 340 335 10 0 1 14 251 26 125
Binary 11001111 11100000 11011101 1000 0 1 1100 10101001 10110 1010101

Color Harmonies of #CFE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0DD

Black with #CFE0DD

Text Example


Text Example

White with #CFE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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