Html Css Color HEX #C9DABD Surf Crest

📋 copy color: '#C9DABD'

red 201 ◦ green 218 ◦ blue 189

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

Shades of Surf Crest #C9DABD

Tints of Surf Crest #C9DABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 33.06%
G = 35.86%
B = 31.09%

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

#C9DABD (or 0xC9DABD) is known color: Surf Crest. HEX triplet: C9, DA and BD. RGB value is (201,218,189). Sum of RGB (Red+Green+Blue) = 201+218+189=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DABD is #362542. Grayscale: #D1D1D1. Windows color (decimal): -3548483 or 12442313. OLE color: 12442313.

HSL color Cylindrical-coordinate representation of color #C9DABD: hue angle of 95.17º degrees, saturation: 0.28, 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 #C9DABD is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 189 -
CMYK 0.08 0 0.13 0.15
HSL 95.17º 0.28% 0.8% -
HSV(B) 95.17º 0.13% 0.85% -
XYZ 58.34 66.23 57.85 -
YUV 209.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 201 218 189 0.08 0 0.13 0.15 95.17 0.28 0.8
Hex C9 DA BD 8 0 D F 5F 1C 50
Octal 311 332 275 10 0 15 17 137 34 120
Binary 11001001 11011010 10111101 1000 0 1101 1111 1011111 11100 1010000

Color Harmonies of #C9DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DABD

Black with #C9DABD

Text Example


Text Example

White with #C9DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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