#CBDACC

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

Shades of Sea Mist #CBDACC

Tints of Sea Mist #CBDACC

Color information

#CBDACC (or 0xCBDACC) is unknown color: approx Sea Mist. HEX triplet: CB, DA and CC. RGB value is (203,218,204). Sum of RGB (Red+Green+Blue) = 203+218+204=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDACC is #342533. Grayscale: #D3D3D3. Windows color (decimal): -3417396 or 13425355. OLE color: 13425355.

HSL color Cylindrical-coordinate representation of color #CBDACC: hue angle of 124º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDACC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB203218204-
CMYK0.0700.060.15
HSL124º16.85%82.55%-
HSV(B)124º6.88%85.49%-
XYZ60.667.266.9-
YUV211.92123.53121.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=32.48%
G=34.88%
B=32.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032182040.0700.060.1512416.8582.55
HexCBDACC706F7c1153
Octal3133323147061717421123
Binary110010111101101011001100111011011111111100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDACC; }

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

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

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

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

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

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

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

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