Html Css Color HEX #CCCDCC Sea Mist

📋 copy color: '#CCCDCC'

red 204 ◦ green 205 ◦ blue 204

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

Shades of Sea Mist #CCCDCC

Tints of Sea Mist #CCCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.44%

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 33.28%
G = 33.44%
B = 33.28%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CCCDCC (or 0xCCCDCC) is known color: Sea Mist. HEX triplet: CC, CD and CC. RGB value is (204,205,204). Sum of RGB (Red+Green+Blue) = 204+205+204=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDCC is #333233. Grayscale: #CCCCCC. Windows color (decimal): -3355188 or 13422028. OLE color: 13422028.

HSL color Cylindrical-coordinate representation of color #CCCDCC: hue angle of 120º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CCCDCC is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 204 -
CMYK 0.00 0 0.00 0.20
HSL 120º 0.01% 0.8% -
HSV(B) 120º 0% 0.8% -
XYZ 57.63 60.86 65.84 -
YUV 204.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 204 205 204 0.00 0 0.00 0.20 120 0.01 0.8
Hex CC CD CC 0 0 0 14 78 1 50
Octal 314 315 314 0 0 0 24 170 1 120
Binary 11001100 11001101 11001100 0 0 0 10100 1111000 1 1010000

Color Harmonies of #CCCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDCC

Black with #CCCDCC

Text Example


Text Example

White with #CCCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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