#CBE3DF

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

Shades of Jagged Ice #CBE3DF

Tints of Jagged Ice #CBE3DF

Color information

#CBE3DF (or 0xCBE3DF) is unknown color: approx Jagged Ice. HEX triplet: CB, E3 and DF. RGB value is (203,227,223). Sum of RGB (Red+Green+Blue) = 203+227+223=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3DF is #341C20. Grayscale: #DBDBDB. Windows color (decimal): -3415073 or 14672843. OLE color: 14672843.

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

Color convert

RGB203227223-
CMYK0.1100.020.11
HSL170º30%84.31%-
HSV(B)170º10.57%89.02%-
XYZ65.4272.9680.45-
YUV219.37130.05116.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=31.09%
G=34.76%
B=34.15%

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
Decimal2032272230.1100.020.111703084.31
HexCBE3DFB02Baa1e54
Octal31334333713021325236124
Binary1100101111100011110111111011010101110101010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3DF; }

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

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

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

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

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

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

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

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