Html Css Color HEX #CCD2CD Sea Mist

📋 copy color: '#CCD2CD'

red 204 ◦ green 210 ◦ blue 205

#CCD2CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Mist #CCD2CD

Tints of Sea Mist #CCD2CD

RGB

 RED value IS 204 (80.08% from 255) = 32.96%

 GREEN value IS 210 (82.42% from 255) = 33.93%

 BLUE value IS 205 (80.47% from 255) = 33.12%

R = 32.96%
G = 33.93%
B = 33.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#CCD2CD (or 0xCCD2CD) is known color: Sea Mist. HEX triplet: CC, D2 and CD. RGB value is (204,210,205). Sum of RGB (Red+Green+Blue) = 204+210+205=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2CD is #332D32. Grayscale: #CFCFCF. Windows color (decimal): -3353907 or 13488844. OLE color: 13488844.

HSL color Cylindrical-coordinate representation of color #CCD2CD: hue angle of 130º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD2CD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 205 -
CMYK 0.03 0 0.02 0.18
HSL 130º 0.06% 0.81% -
HSV(B) 130º 0.03% 0.82% -
XYZ 58.97 63.34 66.88 -
YUV 207.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 204 210 205 0.03 0 0.02 0.18 130 0.06 0.81
Hex CC D2 CD 3 0 2 12 82 6 51
Octal 314 322 315 3 0 2 22 202 6 121
Binary 11001100 11010010 11001101 11 0 10 10010 10000010 110 1010001

Color Harmonies of #CCD2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2CD

Black with #CCD2CD

Text Example


Text Example

White with #CCD2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2CD; }

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

 H1.HeaderClassName
 {
   color: #CCD2CD;
 }
 .AnyTagClassName
 {
   color: #CCD2CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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