Html Css Color HEX #C8CDC9 Sea Mist

📋 copy color: '#C8CDC9'

red 200 ◦ green 205 ◦ blue 201

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

Shades of Sea Mist #C8CDC9

Tints of Sea Mist #C8CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.83%

 BLUE value IS 201 (78.91% from 255) = 33.17%

R = 33%
G = 33.83%
B = 33.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#C8CDC9 (or 0xC8CDC9) is known color: Sea Mist. HEX triplet: C8, CD and C9. RGB value is (200,205,201). Sum of RGB (Red+Green+Blue) = 200+205+201=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDC9 is #373236. Grayscale: #CBCBCB. Windows color (decimal): -3617335 or 13225416. OLE color: 13225416.

HSL color Cylindrical-coordinate representation of color #C8CDC9: hue angle of 132º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CDC9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 205 201 -
CMYK 0.02 0 0.02 0.20
HSL 132º 0.05% 0.79% -
HSV(B) 132º 0.02% 0.8% -
XYZ 56.19 60.16 63.91 -
YUV 203.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 200 205 201 0.02 0 0.02 0.20 132 0.05 0.79
Hex C8 CD C9 2 0 2 14 84 5 4F
Octal 310 315 311 2 0 2 24 204 5 117
Binary 11001000 11001101 11001001 10 0 10 10100 10000100 101 1001111

Color Harmonies of #C8CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDC9

Black with #C8CDC9

Text Example


Text Example

White with #C8CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDC9; }

 p { color: rgb(200,205,201); }

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

background-color css

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

 a { background-color: rgb(200,205,201); }

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

border-color css

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

 span { border-color: rgb(200,205,201); }

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