#CBDDCC

Color #CBDDCC Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #CBDDCC

Tints of Sea Mist #CBDDCC

Color information

#CBDDCC (or 0xCBDDCC) is unknown color: approx Sea Mist. HEX triplet: CB, DD and CC. RGB value is (203,221,204). Sum of RGB (Red+Green+Blue) = 203+221+204=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCC is #342233. Grayscale: #D5D5D5. Windows color (decimal): -3416628 or 13426123. OLE color: 13426123.

HSL color Cylindrical-coordinate representation of color #CBDDCC: hue angle of 123.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDCC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB203221204-
CMYK0.0800.080.13
HSL123.33º20.93%83.14%-
HSV(B)123.33º8.14%86.67%-
XYZ61.3868.7767.17-
YUV213.68122.54120.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=32.32%
G=35.19%
B=32.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212040.0800.080.13123.3320.9383.14
HexCBDDCC808D7b1553
Octal313335314100101517325123
Binary11001011110111011100110010000100011011111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDCC; }

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

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

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

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

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

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

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

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