#CCDCCD

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

Shades of Sea Mist #CCDCCD

Tints of Sea Mist #CCDCCD

Color information

#CCDCCD (or 0xCCDCCD) is unknown color: approx Sea Mist. HEX triplet: CC, DC and CD. RGB value is (204,220,205). Sum of RGB (Red+Green+Blue) = 204+220+205=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCD is #332332. Grayscale: #D5D5D5. Windows color (decimal): -3351347 or 13491404. OLE color: 13491404.

HSL color Cylindrical-coordinate representation of color #CCDCCD: hue angle of 123.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCCD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB204220205-
CMYK0.0700.070.14
HSL123.75º18.6%83.14%-
HSV(B)123.75º7.27%86.27%-
XYZ61.5168.4367.72-
YUV213.51123.2121.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=32.43%
G=34.98%
B=32.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202050.0700.070.14123.7518.683.14
HexCCDCCD707E7c1353
Octal3143343157071617423123
Binary110011001101110011001101111011111101111100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCCD; }

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

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

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

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

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

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

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

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