#CFEAE4

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

Shades of Jagged Ice #CFEAE4

Tints of Jagged Ice #CFEAE4

Color information

#CFEAE4 (or 0xCFEAE4) is unknown color: approx Jagged Ice. HEX triplet: CF, EA and E4. RGB value is (207,234,228). Sum of RGB (Red+Green+Blue) = 207+234+228=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAE4 is #30151B. Grayscale: #E1E1E1. Windows color (decimal): -3151132 or 15002319. OLE color: 15002319.

HSL color Cylindrical-coordinate representation of color #CFEAE4: hue angle of 166.67º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAE4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB207234228-
CMYK0.1200.030.08
HSL166.67º39.13%86.47%-
HSV(B)166.67º11.54%91.76%-
XYZ69.1677.7184.75-
YUV225.24129.55114.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=30.94%
G=34.98%
B=34.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072342280.1200.030.08166.6739.1386.47
HexCFEAE4C038a72756
Octal31735234414031024747126
Binary11001111111010101110010011000111000101001111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAE4; }

 p { color: rgb(207,234,228); }

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

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

 a { background-color: rgb(207,234,228); }

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

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

 span { border-color: rgb(207,234,228); }

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