#CFE2DF

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

Shades of Jagged Ice #CFE2DF

Tints of Jagged Ice #CFE2DF

Color information

#CFE2DF (or 0xCFE2DF) is unknown color: approx Jagged Ice. HEX triplet: CF, E2 and DF. RGB value is (207,226,223). Sum of RGB (Red+Green+Blue) = 207+226+223=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2DF is #301D20. Grayscale: #DBDBDB. Windows color (decimal): -3153185 or 14672591. OLE color: 14672591.

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

Color convert

RGB207226223-
CMYK0.0800.010.11
HSL170.53º24.68%84.9%-
HSV(B)170.53º8.41%88.63%-
XYZ66.2572.9980.41-
YUV219.98129.71118.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 226 (88.67% from 255) = 34.45%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=31.55%
G=34.45%
B=33.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072262230.0800.010.11170.5324.6884.9
HexCFE2DF801Bab1955
Octal31734233710011325331125
Binary110011111110001011011111100001101110101011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2DF; }

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

 H1.HeaderClassName
 {
   color: #CFE2DF;
 }
 .AnyTagClassName
 {
   color: #CFE2DF;
 }
</style>
background-color css

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

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

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

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

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

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