#CFE1DE

Color #CFE1DE Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CFE1DE

Tints of Jagged Ice #CFE1DE

Color information

#CFE1DE (or 0xCFE1DE) is unknown color: approx 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

RGB207225222-
CMYK0.0800.010.12
HSL170º23.08%84.71%-
HSV(B)170º8%88.24%-
XYZ65.8472.3979.61-
YUV219.28129.54119.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=31.65%
G=34.40%
B=33.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072252220.0800.010.1217023.0884.71
HexCFE1DE801Caa1755
Octal31734133610011425227125
Binary110011111110000111011110100001110010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>