#CCD7CD

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

Shades of Sea Mist #CCD7CD

Tints of Sea Mist #CCD7CD

Color information

#CCD7CD (or 0xCCD7CD) is unknown color: approx Sea Mist. HEX triplet: CC, D7 and CD. RGB value is (204,215,205). Sum of RGB (Red+Green+Blue) = 204+215+205=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CD is #332832. Grayscale: #D2D2D2. Windows color (decimal): -3352627 or 13490124. OLE color: 13490124.

HSL color Cylindrical-coordinate representation of color #CCD7CD: 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 #CCD7CD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB204215205-
CMYK0.0500.050.16
HSL125.45º12.09%82.16%-
HSV(B)125.45º5.12%84.31%-
XYZ60.2265.8567.29-
YUV210.57124.86123.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 205 (80.47% 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
Decimal2042152050.0500.050.16125.4512.0982.16
HexCCD7CD505107dc52
Octal3143273155052017514122
Binary110011001101011111001101101010110000111110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7CD; }

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

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

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

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

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

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

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

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