#CBE2E0

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

Shades of Jagged Ice #CBE2E0

Tints of Jagged Ice #CBE2E0

Color information

#CBE2E0 (or 0xCBE2E0) is unknown color: approx Jagged Ice. HEX triplet: CB, E2 and E0. RGB value is (203,226,224). Sum of RGB (Red+Green+Blue) = 203+226+224=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2E0 is #341D1F. Grayscale: #DADADA. Windows color (decimal): -3415328 or 14738123. OLE color: 14738123.

HSL color Cylindrical-coordinate representation of color #CBE2E0: hue angle of 174.78º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE2E0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB203226224-
CMYK0.1000.010.11
HSL174.78º28.4%84.12%-
HSV(B)174.78º10.18%88.63%-
XYZ65.2872.4781.07-
YUV218.9130.88116.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=31.09%
G=34.61%
B=34.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032262240.1000.010.11174.7828.484.12
HexCBE2E0A01Baf1c54
Octal31334234012011325734124
Binary110010111110001011100000101001101110101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2E0; }

 p { color: rgb(203,226,224); }

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

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

 a { background-color: rgb(203,226,224); }

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

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

 span { border-color: rgb(203,226,224); }

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