Html Css Color HEX #CCCFCC Sea Mist

📋 copy color: '#CCCFCC'

red 204 ◦ green 207 ◦ blue 204

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

Shades of Sea Mist #CCCFCC

Tints of Sea Mist #CCCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.66%

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

R = 33.17%
G = 33.66%
B = 33.17%

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

#CCCFCC (or 0xCCCFCC) is known color: Sea Mist. HEX triplet: CC, CF and CC. RGB value is (204,207,204). Sum of RGB (Red+Green+Blue) = 204+207+204=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFCC is #333033. Grayscale: #CDCDCD. Windows color (decimal): -3354676 or 13422540. OLE color: 13422540.

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

Color convert

RGB 204 207 204 -
CMYK 0.01 0 0.01 0.19
HSL 120º 0.03% 0.81% -
HSV(B) 120º 0.01% 0.81% -
XYZ 58.11 61.82 66 -
YUV 205.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 204 207 204 0.01 0 0.01 0.19 120 0.03 0.81
Hex CC CF CC 1 0 1 13 78 3 51
Octal 314 317 314 1 0 1 23 170 3 121
Binary 11001100 11001111 11001100 1 0 1 10011 1111000 11 1010001

Color Harmonies of #CCCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFCC

Black with #CCCFCC

Text Example


Text Example

White with #CCCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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