Html Css Color HEX #CFE0DF Jagged Ice

📋 copy color: '#CFE0DF'

red 207 ◦ green 224 ◦ blue 223

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

Shades of Jagged Ice #CFE0DF

Tints of Jagged Ice #CFE0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 31.65%
G = 34.25%
B = 34.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#CFE0DF (or 0xCFE0DF) is known color: Jagged Ice. HEX triplet: CF, E0 and DF. RGB value is (207,224,223). Sum of RGB (Red+Green+Blue) = 207+224+223=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0DF is #301F20. Grayscale: #DADADA. Windows color (decimal): -3153697 or 14672079. OLE color: 14672079.

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

Color convert

RGB 207 224 223 -
CMYK 0.08 0 0.00 0.12
HSL 176.47º 0.22% 0.85% -
HSV(B) 176.47º 0.08% 0.88% -
XYZ 65.71 71.9 80.23 -
YUV 218.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 207 224 223 0.08 0 0.00 0.12 176.47 0.22 0.85
Hex CF E0 DF 8 0 0 C B0 16 55
Octal 317 340 337 10 0 0 14 260 26 125
Binary 11001111 11100000 11011111 1000 0 0 1100 10110000 10110 1010101

Color Harmonies of #CFE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0DF

Black with #CFE0DF

Text Example


Text Example

White with #CFE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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