#CFE7E2

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

Shades of Jagged Ice #CFE7E2

Tints of Jagged Ice #CFE7E2

Color information

#CFE7E2 (or 0xCFE7E2) is unknown color: approx Jagged Ice. HEX triplet: CF, E7 and E2. RGB value is (207,231,226). Sum of RGB (Red+Green+Blue) = 207+231+226=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 231 (90.62% from 255 or 34.79% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7E2 is #30181D. Grayscale: #DFDFDF. Windows color (decimal): -3151902 or 14870479. OLE color: 14870479.

HSL color Cylindrical-coordinate representation of color #CFE7E2: hue angle of 167.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7E2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB207231226-
CMYK0.1000.020.09
HSL167.5º33.33%85.88%-
HSV(B)167.5º10.39%90.59%-
XYZ68.0475.9183.02-
YUV223.25129.55116.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 231 (90.62% from 255) = 34.79%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=31.17%
G=34.79%
B=34.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312260.1000.020.09167.533.3385.88
HexCFE7E2A029a82156
Octal31734734212021125041126
Binary11001111111001111110001010100101001101010001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7E2; }

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

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

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

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

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

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

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

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