Html Css Color HEX #CCE0CC Sea Mist

📋 copy color: '#CCE0CC'

red 204 ◦ green 224 ◦ blue 204

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

Shades of Sea Mist #CCE0CC

Tints of Sea Mist #CCE0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.44%

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

R = 32.28%
G = 35.44%
B = 32.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#CCE0CC (or 0xCCE0CC) is known color: Sea Mist. HEX triplet: CC, E0 and CC. RGB value is (204,224,204). Sum of RGB (Red+Green+Blue) = 204+224+204=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0CC is #331F33. Grayscale: #D7D7D7. Windows color (decimal): -3350324 or 13426892. OLE color: 13426892.

HSL color Cylindrical-coordinate representation of color #CCE0CC: hue angle of 120º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0CC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 204 -
CMYK 0.09 0 0.09 0.12
HSL 120º 0.24% 0.84% -
HSV(B) 120º 0.09% 0.88% -
XYZ 62.46 70.51 67.44 -
YUV 215.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 204 224 204 0.09 0 0.09 0.12 120 0.24 0.84
Hex CC E0 CC 9 0 9 C 78 18 54
Octal 314 340 314 11 0 11 14 170 30 124
Binary 11001100 11100000 11001100 1001 0 1001 1100 1111000 11000 1010100

Color Harmonies of #CCE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0CC

Black with #CCE0CC

Text Example


Text Example

White with #CCE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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