Html Css Color HEX #C9D9BF Surf Crest

📋 copy color: '#C9D9BF'

red 201 ◦ green 217 ◦ blue 191

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

Shades of Surf Crest #C9D9BF

Tints of Surf Crest #C9D9BF

RGB

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

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

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

R = 33%
G = 35.63%
B = 31.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#C9D9BF (or 0xC9D9BF) is known color: Surf Crest. HEX triplet: C9, D9 and BF. RGB value is (201,217,191). Sum of RGB (Red+Green+Blue) = 201+217+191=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9BF is #362640. Grayscale: #D1D1D1. Windows color (decimal): -3548737 or 12573129. OLE color: 12573129.

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

Color convert

RGB 201 217 191 -
CMYK 0.07 0 0.12 0.15
HSL 96.92º 0.25% 0.8% -
HSV(B) 96.92º 0.12% 0.85% -
XYZ 58.3 65.8 58.92 -
YUV 209.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 201 217 191 0.07 0 0.12 0.15 96.92 0.25 0.8
Hex C9 D9 BF 7 0 C F 61 19 50
Octal 311 331 277 7 0 14 17 141 31 120
Binary 11001001 11011001 10111111 111 0 1100 1111 1100001 11001 1010000

Color Harmonies of #C9D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D9BF

Black with #C9D9BF

Text Example


Text Example

White with #C9D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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