Html Css Color HEX #C8DBCA Sea Mist

📋 copy color: '#C8DBCA'

red 200 ◦ green 219 ◦ blue 202

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

Shades of Sea Mist #C8DBCA

Tints of Sea Mist #C8DBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

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

R = 32.21%
G = 35.27%
B = 32.53%

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

#C8DBCA (or 0xC8DBCA) is known color: Sea Mist. HEX triplet: C8, DB and CA. RGB value is (200,219,202). Sum of RGB (Red+Green+Blue) = 200+219+202=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBCA is #372435. Grayscale: #D3D3D3. Windows color (decimal): -3613750 or 13294536. OLE color: 13294536.

HSL color Cylindrical-coordinate representation of color #C8DBCA: hue angle of 126.32º degrees, saturation: 0.21, 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 #C8DBCA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 219 202 -
CMYK 0.09 0 0.08 0.14
HSL 126.32º 0.21% 0.82% -
HSV(B) 126.32º 0.09% 0.86% -
XYZ 59.81 67.21 65.7 -
YUV 211.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 200 219 202 0.09 0 0.08 0.14 126.32 0.21 0.82
Hex C8 DB CA 9 0 8 E 7E 15 52
Octal 310 333 312 11 0 10 16 176 25 122
Binary 11001000 11011011 11001010 1001 0 1000 1110 1111110 10101 1010010

Color Harmonies of #C8DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBCA

Black with #C8DBCA

Text Example


Text Example

White with #C8DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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