#CBE3E0

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

Shades of Jagged Ice #CBE3E0

Tints of Jagged Ice #CBE3E0

Color information

#CBE3E0 (or 0xCBE3E0) is unknown color: approx Jagged Ice. HEX triplet: CB, E3 and E0. RGB value is (203,227,224). Sum of RGB (Red+Green+Blue) = 203+227+224=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3E0 is #341C1F. Grayscale: #DBDBDB. Windows color (decimal): -3415072 or 14738379. OLE color: 14738379.

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

Color convert

RGB203227224-
CMYK0.1100.010.11
HSL172.5º30%84.31%-
HSV(B)172.5º10.57%89.02%-
XYZ65.5573.0281.16-
YUV219.48130.55116.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=31.04%
G=34.71%
B=34.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032272240.1100.010.11172.53084.31
HexCBE3E0B01Bac1e54
Octal31334334013011325436124
Binary110010111110001111100000101101101110101100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3E0; }

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

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

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

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

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

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

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

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