#CBEAE4

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

Shades of Jagged Ice #CBEAE4

Tints of Jagged Ice #CBEAE4

Color information

#CBEAE4 (or 0xCBEAE4) is unknown color: approx Jagged Ice. HEX triplet: CB, EA and E4. RGB value is (203,234,228). Sum of RGB (Red+Green+Blue) = 203+234+228=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAE4 is #34151B. Grayscale: #E0E0E0. Windows color (decimal): -3413276 or 15002315. OLE color: 15002315.

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

Color convert

RGB203234228-
CMYK0.1300.030.08
HSL168.39º42.47%85.69%-
HSV(B)168.39º13.25%91.76%-
XYZ68.0677.1484.7-
YUV224.05130.23112.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=30.53%
G=35.19%
B=34.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032342280.1300.030.08168.3942.4785.69
HexCBEAE4D038a82a56
Octal31335234415031025052126
Binary11001011111010101110010011010111000101010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAE4; }

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

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

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

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

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

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

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

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