Html Css Color HEX #C9DABF Surf Crest

📋 copy color: '#C9DABF'

red 201 ◦ green 218 ◦ blue 191

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

Shades of Surf Crest #C9DABF

Tints of Surf Crest #C9DABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.31%

R = 32.95%
G = 35.74%
B = 31.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#C9DABF (or 0xC9DABF) is known color: Surf Crest. HEX triplet: C9, DA and BF. RGB value is (201,218,191). Sum of RGB (Red+Green+Blue) = 201+218+191=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DABF is #362540. Grayscale: #D1D1D1. Windows color (decimal): -3548481 or 12573385. OLE color: 12573385.

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

Color convert

RGB 201 218 191 -
CMYK 0.08 0 0.12 0.15
HSL 97.78º 0.27% 0.8% -
HSV(B) 97.78º 0.12% 0.85% -
XYZ 58.56 66.32 59.01 -
YUV 209.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 201 218 191 0.08 0 0.12 0.15 97.78 0.27 0.8
Hex C9 DA BF 8 0 C F 62 1B 50
Octal 311 332 277 10 0 14 17 142 33 120
Binary 11001001 11011010 10111111 1000 0 1100 1111 1100010 11011 1010000

Color Harmonies of #C9DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DABF

Black with #C9DABF

Text Example


Text Example

White with #C9DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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