Html Css Color HEX #C9DABE Surf Crest

📋 copy color: '#C9DABE'

red 201 ◦ green 218 ◦ blue 190

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

Shades of Surf Crest #C9DABE

Tints of Surf Crest #C9DABE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.8%

 BLUE value IS 190 (74.61% from 255) = 31.2%

R = 33%
G = 35.8%
B = 31.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#C9DABE (or 0xC9DABE) is known color: Surf Crest. HEX triplet: C9, DA and BE. RGB value is (201,218,190). Sum of RGB (Red+Green+Blue) = 201+218+190=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DABE is #362541. Grayscale: #D1D1D1. Windows color (decimal): -3548482 or 12507849. OLE color: 12507849.

HSL color Cylindrical-coordinate representation of color #C9DABE: hue angle of 96.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9DABE is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 190 -
CMYK 0.08 0 0.13 0.15
HSL 96.43º 0.27% 0.8% -
HSV(B) 96.43º 0.13% 0.85% -
XYZ 58.45 66.28 58.43 -
YUV 209.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 201 218 190 0.08 0 0.13 0.15 96.43 0.27 0.8
Hex C9 DA BE 8 0 D F 60 1B 50
Octal 311 332 276 10 0 15 17 140 33 120
Binary 11001001 11011010 10111110 1000 0 1101 1111 1100000 11011 1010000

Color Harmonies of #C9DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DABE

Black with #C9DABE

Text Example


Text Example

White with #C9DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DABE; }

 p { color: rgb(201,218,190); }

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

background-color css

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

 a { background-color: rgb(201,218,190); }

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

border-color css

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

 span { border-color: rgb(201,218,190); }

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