#CBE3DE

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

Shades of Jagged Ice #CBE3DE

Tints of Jagged Ice #CBE3DE

Color information

#CBE3DE (or 0xCBE3DE) is unknown color: approx Jagged Ice. HEX triplet: CB, E3 and DE. RGB value is (203,227,222). Sum of RGB (Red+Green+Blue) = 203+227+222=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3DE is #341C21. Grayscale: #DBDBDB. Windows color (decimal): -3415074 or 14607307. OLE color: 14607307.

HSL color Cylindrical-coordinate representation of color #CBE3DE: hue angle of 167.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 #CBE3DE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB203227222-
CMYK0.1100.020.11
HSL167.5º30%84.31%-
HSV(B)167.5º10.57%89.02%-
XYZ65.2872.9179.74-
YUV219.25129.55116.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=31.13%
G=34.82%
B=34.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032272220.1100.020.11167.53084.31
HexCBE3DEB02Ba81e54
Octal31334333613021325036124
Binary1100101111100011110111101011010101110101000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3DE; }

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

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

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

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

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

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

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

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