#CBD7CC

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

Shades of Sea Mist #CBD7CC

Tints of Sea Mist #CBD7CC

Color information

#CBD7CC (or 0xCBD7CC) is unknown color: approx Sea Mist. HEX triplet: CB, D7 and CC. RGB value is (203,215,204). Sum of RGB (Red+Green+Blue) = 203+215+204=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7CC is #342833. Grayscale: #D2D2D2. Windows color (decimal): -3418164 or 13424587. OLE color: 13424587.

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

Color convert

RGB203215204-
CMYK0.0600.050.16
HSL125º13.04%81.96%-
HSV(B)125º5.58%84.31%-
XYZ59.8365.6666.65-
YUV210.16124.52122.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 215 (84.38% from 255) = 34.57%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=32.64%
G=34.57%
B=32.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032152040.0600.050.1612513.0481.96
HexCBD7CC605107dd52
Octal3133273146052017515122
Binary110010111101011111001100110010110000111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7CC; }

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

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

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

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

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

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

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

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