#CBDBCC

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

Shades of Sea Mist #CBDBCC

Tints of Sea Mist #CBDBCC

Color information

#CBDBCC (or 0xCBDBCC) is unknown color: approx Sea Mist. HEX triplet: CB, DB and CC. RGB value is (203,219,204). Sum of RGB (Red+Green+Blue) = 203+219+204=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCC is #342433. Grayscale: #D4D4D4. Windows color (decimal): -3417140 or 13425611. OLE color: 13425611.

HSL color Cylindrical-coordinate representation of color #CBDBCC: hue angle of 123.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDBCC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB203219204-
CMYK0.0700.070.14
HSL123.75º18.18%82.75%-
HSV(B)123.75º7.31%85.88%-
XYZ60.8667.7266.99-
YUV212.51123.2121.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=32.43%
G=34.98%
B=32.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192040.0700.070.14123.7518.1882.75
HexCBDBCC707E7c1253
Octal3133333147071617422123
Binary110010111101101111001100111011111101111100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBCC; }

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

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

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

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

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

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

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

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