Html Css Color HEX #CCD4CD Sea Mist

📋 copy color: '#CCD4CD'

red 204 ◦ green 212 ◦ blue 205

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

Shades of Sea Mist #CCD4CD

Tints of Sea Mist #CCD4CD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.14%

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

R = 32.85%
G = 34.14%
B = 33.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#CCD4CD (or 0xCCD4CD) is known color: Sea Mist. HEX triplet: CC, D4 and CD. RGB value is (204,212,205). Sum of RGB (Red+Green+Blue) = 204+212+205=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4CD is #332B32. Grayscale: #D0D0D0. Windows color (decimal): -3353395 or 13489356. OLE color: 13489356.

HSL color Cylindrical-coordinate representation of color #CCD4CD: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD4CD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 205 -
CMYK 0.04 0 0.03 0.17
HSL 127.5º 0.09% 0.82% -
HSV(B) 127.5º 0.04% 0.83% -
XYZ 59.46 64.33 67.04 -
YUV 208.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 204 212 205 0.04 0 0.03 0.17 127.5 0.09 0.82
Hex CC D4 CD 4 0 3 11 80 9 52
Octal 314 324 315 4 0 3 21 200 11 122
Binary 11001100 11010100 11001101 100 0 11 10001 10000000 1001 1010010

Color Harmonies of #CCD4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4CD

Black with #CCD4CD

Text Example


Text Example

White with #CCD4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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