#CBD6CC

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

Shades of Sea Mist #CBD6CC

Tints of Sea Mist #CBD6CC

Color information

#CBD6CC (or 0xCBD6CC) is unknown color: approx Sea Mist. HEX triplet: CB, D6 and CC. RGB value is (203,214,204). Sum of RGB (Red+Green+Blue) = 203+214+204=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6CC is #342933. Grayscale: #D1D1D1. Windows color (decimal): -3418420 or 13424331. OLE color: 13424331.

HSL color Cylindrical-coordinate representation of color #CBD6CC: hue angle of 125.45º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBD6CC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB203214204-
CMYK0.0500.050.16
HSL125.45º11.83%81.76%-
HSV(B)125.45º5.14%83.92%-
XYZ59.5765.1566.56-
YUV209.57124.86123.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=32.69%
G=34.46%
B=32.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032142040.0500.050.16125.4511.8381.76
HexCBD6CC505107dc52
Octal3133263145052017514122
Binary110010111101011011001100101010110000111110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6CC; }

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

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

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

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

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

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

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

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