#CBDDCB

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

Shades of Sea Mist #CBDDCB

Tints of Sea Mist #CBDDCB

Color information

#CBDDCB (or 0xCBDDCB) is unknown color: approx Sea Mist. HEX triplet: CB, DD and CB. RGB value is (203,221,203). Sum of RGB (Red+Green+Blue) = 203+221+203=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCB is #342234. Grayscale: #D5D5D5. Windows color (decimal): -3416629 or 13360587. OLE color: 13360587.

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

Color convert

RGB203221203-
CMYK0.0800.080.13
HSL120º20.93%83.14%-
HSV(B)120º8.14%86.67%-
XYZ61.2668.7266.54-
YUV213.57122.04120.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=32.38%
G=35.25%
B=32.38%

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
Decimal2032212030.0800.080.1312020.9383.14
HexCBDDCB808D781553
Octal313335313100101517025123
Binary11001011110111011100101110000100011011111000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDCB; }

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

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

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

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

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

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

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

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