#CEEBE4

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

Shades of Jagged Ice #CEEBE4

Tints of Jagged Ice #CEEBE4

Color information

#CEEBE4 (or 0xCEEBE4) is unknown color: approx Jagged Ice. HEX triplet: CE, EB and E4. RGB value is (206,235,228). Sum of RGB (Red+Green+Blue) = 206+235+228=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBE4 is #31141B. Grayscale: #E1E1E1. Windows color (decimal): -3216412 or 15002574. OLE color: 15002574.

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

Color convert

RGB206235228-
CMYK0.1200.030.08
HSL165.52º42.03%86.47%-
HSV(B)165.52º12.34%92.16%-
XYZ69.1778.1484.84-
YUV225.53129.39114.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=30.79%
G=35.13%
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
Decimal2062352280.1200.030.08165.5242.0386.47
HexCEEBE4C038a62a56
Octal31635334414031024652126
Binary11001110111010111110010011000111000101001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBE4; }

 p { color: rgb(206,235,228); }

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

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

 a { background-color: rgb(206,235,228); }

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

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

 span { border-color: rgb(206,235,228); }

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