Html Css Color HEX #CCDDCC Sea Mist

📋 copy color: '#CCDDCC'

red 204 ◦ green 221 ◦ blue 204

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

Shades of Sea Mist #CCDDCC

Tints of Sea Mist #CCDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

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

R = 32.43%
G = 35.14%
B = 32.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CCDDCC (or 0xCCDDCC) is known color: Sea Mist. HEX triplet: CC, DD and CC. RGB value is (204,221,204). Sum of RGB (Red+Green+Blue) = 204+221+204=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDCC is #332233. Grayscale: #D6D6D6. Windows color (decimal): -3351092 or 13426124. OLE color: 13426124.

HSL color Cylindrical-coordinate representation of color #CCDDCC: hue angle of 120º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDCC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 204 -
CMYK 0.08 0 0.08 0.13
HSL 120º 0.2% 0.83% -
HSV(B) 120º 0.08% 0.87% -
XYZ 61.66 68.91 67.18 -
YUV 213.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 204 221 204 0.08 0 0.08 0.13 120 0.2 0.83
Hex CC DD CC 8 0 8 D 78 14 53
Octal 314 335 314 10 0 10 15 170 24 123
Binary 11001100 11011101 11001100 1000 0 1000 1101 1111000 10100 1010011

Color Harmonies of #CCDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDCC

Black with #CCDDCC

Text Example


Text Example

White with #CCDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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