Html Css Color HEX #C9DCBD Surf Crest

📋 copy color: '#C9DCBD'

red 201 ◦ green 220 ◦ blue 189

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

Shades of Surf Crest #C9DCBD

Tints of Surf Crest #C9DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.07%

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

R = 32.95%
G = 36.07%
B = 30.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#C9DCBD (or 0xC9DCBD) is known color: Surf Crest. HEX triplet: C9, DC and BD. RGB value is (201,220,189). Sum of RGB (Red+Green+Blue) = 201+220+189=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBD is #362342. Grayscale: #D2D2D2. Windows color (decimal): -3547971 or 12442825. OLE color: 12442825.

HSL color Cylindrical-coordinate representation of color #C9DCBD: hue angle of 96.77º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DCBD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 189 -
CMYK 0.09 0 0.14 0.14
HSL 96.77º 0.31% 0.8% -
HSV(B) 96.77º 0.14% 0.86% -
XYZ 58.87 67.28 58.03 -
YUV 210.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 201 220 189 0.09 0 0.14 0.14 96.77 0.31 0.8
Hex C9 DC BD 9 0 E E 61 1F 50
Octal 311 334 275 11 0 16 16 141 37 120
Binary 11001001 11011100 10111101 1001 0 1110 1110 1100001 11111 1010000

Color Harmonies of #C9DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCBD

Black with #C9DCBD

Text Example


Text Example

White with #C9DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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