Html Css Color HEX #C8DCCA Sea Mist

📋 copy color: '#C8DCCA'

red 200 ◦ green 220 ◦ blue 202

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

Shades of Sea Mist #C8DCCA

Tints of Sea Mist #C8DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 32.15%
G = 35.37%
B = 32.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C8DCCA (or 0xC8DCCA) is known color: Sea Mist. HEX triplet: C8, DC and CA. RGB value is (200,220,202). Sum of RGB (Red+Green+Blue) = 200+220+202=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCCA is #372335. Grayscale: #D4D4D4. Windows color (decimal): -3613494 or 13294792. OLE color: 13294792.

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

Color convert

RGB 200 220 202 -
CMYK 0.09 0 0.08 0.14
HSL 126º 0.22% 0.82% -
HSV(B) 126º 0.09% 0.86% -
XYZ 60.07 67.73 65.78 -
YUV 211.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 200 220 202 0.09 0 0.08 0.14 126 0.22 0.82
Hex C8 DC CA 9 0 8 E 7E 16 52
Octal 310 334 312 11 0 10 16 176 26 122
Binary 11001000 11011100 11001010 1001 0 1000 1110 1111110 10110 1010010

Color Harmonies of #C8DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCCA

Black with #C8DCCA

Text Example


Text Example

White with #C8DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCCA; }

 p { color: rgb(200,220,202); }

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

background-color css

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

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

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

border-color css

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

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

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