#CCD8CD

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

Shades of Sea Mist #CCD8CD

Tints of Sea Mist #CCD8CD

Color information

#CCD8CD (or 0xCCD8CD) is unknown color: approx Sea Mist. HEX triplet: CC, D8 and CD. RGB value is (204,216,205). Sum of RGB (Red+Green+Blue) = 204+216+205=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8CD is #332732. Grayscale: #D3D3D3. Windows color (decimal): -3352371 or 13490380. OLE color: 13490380.

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

Color convert

RGB204216205-
CMYK0.0600.050.15
HSL125º13.33%82.35%-
HSV(B)125º5.56%84.71%-
XYZ60.4866.3667.38-
YUV211.16124.52122.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=32.64%
G=34.56%
B=32.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042162050.0600.050.1512513.3382.35
HexCCD8CD605F7dd52
Octal3143303156051717515122
Binary11001100110110001100110111001011111111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8CD; }

 p { color: rgb(204,216,205); }

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

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

 a { background-color: rgb(204,216,205); }

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

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

 span { border-color: rgb(204,216,205); }

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