Html Css Color HEX #C9DDBA Surf Crest

📋 copy color: '#C9DDBA'

red 201 ◦ green 221 ◦ blue 186

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

Shades of Surf Crest #C9DDBA

Tints of Surf Crest #C9DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.35%

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 33.06%
G = 36.35%
B = 30.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#C9DDBA (or 0xC9DDBA) is known color: Surf Crest. HEX triplet: C9, DD and BA. RGB value is (201,221,186). Sum of RGB (Red+Green+Blue) = 201+221+186=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDBA is #362245. Grayscale: #D3D3D3. Windows color (decimal): -3547718 or 12246473. OLE color: 12246473.

HSL color Cylindrical-coordinate representation of color #C9DDBA: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9DDBA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 221 186 -
CMYK 0.09 0 0.16 0.13
HSL 94.29º 0.34% 0.8% -
HSV(B) 94.29º 0.16% 0.87% -
XYZ 58.81 67.68 56.42 -
YUV 211.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 201 221 186 0.09 0 0.16 0.13 94.29 0.34 0.8
Hex C9 DD BA 9 0 10 D 5E 22 50
Octal 311 335 272 11 0 20 15 136 42 120
Binary 11001001 11011101 10111010 1001 0 10000 1101 1011110 100010 1010000

Color Harmonies of #C9DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDBA

Black with #C9DDBA

Text Example


Text Example

White with #C9DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DDBA; }

 p { color: rgb(201,221,186); }

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

background-color css

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

 a { background-color: rgb(201,221,186); }

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

border-color css

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

 span { border-color: rgb(201,221,186); }

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