#CFE1DF

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

Shades of Jagged Ice #CFE1DF

Tints of Jagged Ice #CFE1DF

Color information

#CFE1DF (or 0xCFE1DF) is unknown color: approx Jagged Ice. HEX triplet: CF, E1 and DF. RGB value is (207,225,223). Sum of RGB (Red+Green+Blue) = 207+225+223=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1DF is #301E20. Grayscale: #DBDBDB. Windows color (decimal): -3153441 or 14672335. OLE color: 14672335.

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

Color convert

RGB207225223-
CMYK0.0800.010.12
HSL173.33º23.08%84.71%-
HSV(B)173.33º8%88.24%-
XYZ65.9872.4480.32-
YUV219.39130.04119.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 225 (88.28% from 255) = 34.35%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=31.60%
G=34.35%
B=34.05%

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
Decimal2072252230.0800.010.12173.3323.0884.71
HexCFE1DF801Cad1755
Octal31734133710011425527125
Binary110011111110000111011111100001110010101101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1DF; }

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

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

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

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

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

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

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

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