Html Css Color HEX #C9D9BD Surf Crest

📋 copy color: '#C9D9BD'

red 201 ◦ green 217 ◦ blue 189

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

Shades of Surf Crest #C9D9BD

Tints of Surf Crest #C9D9BD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.75%

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

R = 33.11%
G = 35.75%
B = 31.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#C9D9BD (or 0xC9D9BD) is known color: Surf Crest. HEX triplet: C9, D9 and BD. RGB value is (201,217,189). Sum of RGB (Red+Green+Blue) = 201+217+189=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9BD is #362642. Grayscale: #D1D1D1. Windows color (decimal): -3548739 or 12442057. OLE color: 12442057.

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

Color convert

RGB 201 217 189 -
CMYK 0.07 0 0.13 0.15
HSL 94.29º 0.27% 0.8% -
HSV(B) 94.29º 0.13% 0.85% -
XYZ 58.09 65.72 57.77 -
YUV 209.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 201 217 189 0.07 0 0.13 0.15 94.29 0.27 0.8
Hex C9 D9 BD 7 0 D F 5E 1B 50
Octal 311 331 275 7 0 15 17 136 33 120
Binary 11001001 11011001 10111101 111 0 1101 1111 1011110 11011 1010000

Color Harmonies of #C9D9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D9BD

Black with #C9D9BD

Text Example


Text Example

White with #C9D9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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