Html Css Color HEX #CFE1DE Jagged Ice

📋 copy color: '#CFE1DE'

red 207 ◦ green 225 ◦ blue 222

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

Shades of Jagged Ice #CFE1DE

Tints of Jagged Ice #CFE1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.4%

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

R = 31.65%
G = 34.4%
B = 33.94%

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

#CFE1DE (or 0xCFE1DE) is known color: Jagged Ice. HEX triplet: CF, E1 and DE. RGB value is (207,225,222). Sum of RGB (Red+Green+Blue) = 207+225+222=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1DE is #301E21. Grayscale: #DBDBDB. Windows color (decimal): -3153442 or 14606799. OLE color: 14606799.

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

Color convert

RGB 207 225 222 -
CMYK 0.08 0 0.01 0.12
HSL 170º 0.23% 0.85% -
HSV(B) 170º 0.08% 0.88% -
XYZ 65.84 72.39 79.61 -
YUV 219.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 207 225 222 0.08 0 0.01 0.12 170 0.23 0.85
Hex CF E1 DE 8 0 1 C AA 17 55
Octal 317 341 336 10 0 1 14 252 27 125
Binary 11001111 11100001 11011110 1000 0 1 1100 10101010 10111 1010101

Color Harmonies of #CFE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1DE

Black with #CFE1DE

Text Example


Text Example

White with #CFE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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