Html Css Color HEX #C4DCC4 Sea Mist

📋 copy color: '#C4DCC4'

red 196 ◦ green 220 ◦ blue 196

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

Shades of Sea Mist #C4DCC4

Tints of Sea Mist #C4DCC4

RGB

 RED value IS 196 (76.95% from 255) = 32.03%

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 32.03%
G = 35.95%
B = 32.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#C4DCC4 (or 0xC4DCC4) is known color: Sea Mist. HEX triplet: C4, DC and C4. RGB value is (196,220,196). Sum of RGB (Red+Green+Blue) = 196+220+196=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCC4 is #3B233B. Grayscale: #D2D2D2. Windows color (decimal): -3875644 or 12901572. OLE color: 12901572.

HSL color Cylindrical-coordinate representation of color #C4DCC4: hue angle of 120º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCC4 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 196 -
CMYK 0.11 0 0.11 0.14
HSL 120º 0.26% 0.82% -
HSV(B) 120º 0.11% 0.86% -
XYZ 58.32 66.91 62.07 -
YUV 210.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 196 220 196 0.11 0 0.11 0.14 120 0.26 0.82
Hex C4 DC C4 B 0 B E 78 1A 52
Octal 304 334 304 13 0 13 16 170 32 122
Binary 11000100 11011100 11000100 1011 0 1011 1110 1111000 11010 1010010

Color Harmonies of #C4DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCC4

Black with #C4DCC4

Text Example


Text Example

White with #C4DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCC4; }

 p { color: rgb(196,220,196); }

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

background-color css

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

 a { background-color: rgb(196,220,196); }

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

border-color css

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

 span { border-color: rgb(196,220,196); }

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