Html Css Color HEX #C5DDC5 Sea Mist

📋 copy color: '#C5DDC5'

red 197 ◦ green 221 ◦ blue 197

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

Shades of Sea Mist #C5DDC5

Tints of Sea Mist #C5DDC5

RGB

 RED value IS 197 (77.34% from 255) = 32.03%

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

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 32.03%
G = 35.93%
B = 32.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#C5DDC5 (or 0xC5DDC5) is known color: Sea Mist. HEX triplet: C5, DD and C5. RGB value is (197,221,197). Sum of RGB (Red+Green+Blue) = 197+221+197=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDC5 is #3A223A. Grayscale: #D3D3D3. Windows color (decimal): -3809851 or 12967365. OLE color: 12967365.

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

Color convert

RGB 197 221 197 -
CMYK 0.11 0 0.11 0.13
HSL 120º 0.26% 0.82% -
HSV(B) 120º 0.11% 0.87% -
XYZ 58.96 67.61 62.77 -
YUV 211.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 197 221 197 0.11 0 0.11 0.13 120 0.26 0.82
Hex C5 DD C5 B 0 B D 78 1A 52
Octal 305 335 305 13 0 13 15 170 32 122
Binary 11000101 11011101 11000101 1011 0 1011 1101 1111000 11010 1010010

Color Harmonies of #C5DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDC5

Black with #C5DDC5

Text Example


Text Example

White with #C5DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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