Html Css Color HEX #C9DBCA Sea Mist

📋 copy color: '#C9DBCA'

red 201 ◦ green 219 ◦ blue 202

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

Shades of Sea Mist #C9DBCA

Tints of Sea Mist #C9DBCA

RGB

 RED value IS 201 (78.91% from 255) = 32.32%

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

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

R = 32.32%
G = 35.21%
B = 32.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C9DBCA (or 0xC9DBCA) is known color: Sea Mist. HEX triplet: C9, DB and CA. RGB value is (201,219,202). Sum of RGB (Red+Green+Blue) = 201+219+202=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBCA is #362435. Grayscale: #D3D3D3. Windows color (decimal): -3548214 or 13294537. OLE color: 13294537.

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

Color convert

RGB 201 219 202 -
CMYK 0.08 0 0.08 0.14
HSL 123.33º 0.2% 0.82% -
HSV(B) 123.33º 0.08% 0.86% -
XYZ 60.08 67.34 65.71 -
YUV 211.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 201 219 202 0.08 0 0.08 0.14 123.33 0.2 0.82
Hex C9 DB CA 8 0 8 E 7B 14 52
Octal 311 333 312 10 0 10 16 173 24 122
Binary 11001001 11011011 11001010 1000 0 1000 1110 1111011 10100 1010010

Color Harmonies of #C9DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBCA

Black with #C9DBCA

Text Example


Text Example

White with #C9DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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