#CBE0DE

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

Shades of Jagged Ice #CBE0DE

Tints of Jagged Ice #CBE0DE

Color information

#CBE0DE (or 0xCBE0DE) is unknown color: approx Jagged Ice. HEX triplet: CB, E0 and DE. RGB value is (203,224,222). Sum of RGB (Red+Green+Blue) = 203+224+222=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0DE is #341F21. Grayscale: #D9D9D9. Windows color (decimal): -3415842 or 14606539. OLE color: 14606539.

HSL color Cylindrical-coordinate representation of color #CBE0DE: hue angle of 174.29º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBE0DE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB203224222-
CMYK0.0900.010.12
HSL174.29º25.3%83.73%-
HSV(B)174.29º9.38%87.84%-
XYZ64.4771.2879.47-
YUV217.49130.54117.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=31.28%
G=34.51%
B=34.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032242220.0900.010.12174.2925.383.73
HexCBE0DE901Cae1954
Octal31334033611011425631124
Binary110010111110000011011110100101110010101110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0DE; }

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

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

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

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

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

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

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

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