#CBD4CC

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

Shades of Sea Mist #CBD4CC

Tints of Sea Mist #CBD4CC

Color information

#CBD4CC (or 0xCBD4CC) is unknown color: approx Sea Mist. HEX triplet: CB, D4 and CC. RGB value is (203,212,204). Sum of RGB (Red+Green+Blue) = 203+212+204=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4CC is #342B33. Grayscale: #D0D0D0. Windows color (decimal): -3418932 or 13423819. OLE color: 13423819.

HSL color Cylindrical-coordinate representation of color #CBD4CC: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBD4CC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB203212204-
CMYK0.0400.040.17
HSL126.67º9.47%81.37%-
HSV(B)126.67º4.25%83.14%-
XYZ59.0764.1466.39-
YUV208.4125.52124.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=32.79%
G=34.25%
B=32.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032122040.0400.040.17126.679.4781.37
HexCBD4CC404117f951
Octal3133243144042117711121
Binary110010111101010011001100100010010001111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4CC; }

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

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

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

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

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

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

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

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