Html Css Color HEX #CCCECC Sea Mist

📋 copy color: '#CCCECC'

red 204 ◦ green 206 ◦ blue 204

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

Shades of Sea Mist #CCCECC

Tints of Sea Mist #CCCECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.55%

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

R = 33.22%
G = 33.55%
B = 33.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CCCECC (or 0xCCCECC) is known color: Sea Mist. HEX triplet: CC, CE and CC. RGB value is (204,206,204). Sum of RGB (Red+Green+Blue) = 204+206+204=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCECC is #333133. Grayscale: #CDCDCD. Windows color (decimal): -3354932 or 13422284. OLE color: 13422284.

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

Color convert

RGB 204 206 204 -
CMYK 0.01 0 0.01 0.19
HSL 120º 0.02% 0.8% -
HSV(B) 120º 0.01% 0.81% -
XYZ 57.87 61.34 65.92 -
YUV 205.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 204 206 204 0.01 0 0.01 0.19 120 0.02 0.8
Hex CC CE CC 1 0 1 13 78 2 50
Octal 314 316 314 1 0 1 23 170 2 120
Binary 11001100 11001110 11001100 1 0 1 10011 1111000 10 1010000

Color Harmonies of #CCCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCECC

Black with #CCCECC

Text Example


Text Example

White with #CCCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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