#CBE3DD

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

Shades of Jagged Ice #CBE3DD

Tints of Jagged Ice #CBE3DD

Color information

#CBE3DD (or 0xCBE3DD) is unknown color: approx Jagged Ice. HEX triplet: CB, E3 and DD. RGB value is (203,227,221). Sum of RGB (Red+Green+Blue) = 203+227+221=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3DD is #341C22. Grayscale: #DBDBDB. Windows color (decimal): -3415075 or 14541771. OLE color: 14541771.

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

Color convert

RGB203227221-
CMYK0.1100.030.11
HSL165º30%84.31%-
HSV(B)165º10.57%89.02%-
XYZ65.1572.8679.04-
YUV219.14129.05116.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 227 (89.06% from 255) = 34.87%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=31.18%
G=34.87%
B=33.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032272210.1100.030.111653084.31
HexCBE3DDB03Ba51e54
Octal31334333513031324536124
Binary1100101111100011110111011011011101110100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3DD; }

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

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

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

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

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

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

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

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