#CBE2DE

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

Shades of Jagged Ice #CBE2DE

Tints of Jagged Ice #CBE2DE

Color information

#CBE2DE (or 0xCBE2DE) is unknown color: approx Jagged Ice. HEX triplet: CB, E2 and DE. RGB value is (203,226,222). Sum of RGB (Red+Green+Blue) = 203+226+222=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2DE is #341D21. Grayscale: #DADADA. Windows color (decimal): -3415330 or 14607051. OLE color: 14607051.

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

Color convert

RGB203226222-
CMYK0.1000.020.11
HSL169.57º28.4%84.12%-
HSV(B)169.57º10.18%88.63%-
XYZ65.0172.3679.65-
YUV218.67129.88116.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=31.18%
G=34.72%
B=34.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032262220.1000.020.11169.5728.484.12
HexCBE2DEA02Baa1c54
Octal31334233612021325234124
Binary1100101111100010110111101010010101110101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2DE; }

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

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

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

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

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

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

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

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