Html Css Color HEX #C8DDC7 Sea Mist

📋 copy color: '#C8DDC7'

red 200 ◦ green 221 ◦ blue 199

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

Shades of Sea Mist #C8DDC7

Tints of Sea Mist #C8DDC7

RGB

 RED value IS 200 (78.52% from 255) = 32.26%

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

 BLUE value IS 199 (78.13% from 255) = 32.1%

R = 32.26%
G = 35.65%
B = 32.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#C8DDC7 (or 0xC8DDC7) is known color: Sea Mist. HEX triplet: C8, DD and C7. RGB value is (200,221,199). Sum of RGB (Red+Green+Blue) = 200+221+199=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDC7 is #372238. Grayscale: #D4D4D4. Windows color (decimal): -3613241 or 13098440. OLE color: 13098440.

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

Color convert

RGB 200 221 199 -
CMYK 0.10 0 0.10 0.13
HSL 117.27º 0.24% 0.82% -
HSV(B) 117.27º 0.1% 0.87% -
XYZ 59.98 68.12 64.02 -
YUV 212.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 200 221 199 0.10 0 0.10 0.13 117.27 0.24 0.82
Hex C8 DD C7 A 0 A D 75 18 52
Octal 310 335 307 12 0 12 15 165 30 122
Binary 11001000 11011101 11000111 1010 0 1010 1101 1110101 11000 1010010

Color Harmonies of #C8DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDC7

Black with #C8DDC7

Text Example


Text Example

White with #C8DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDC7; }

 p { color: rgb(200,221,199); }

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

background-color css

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

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

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

border-color css

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

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

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