Html Css Color HEX #C9DAC7 Surf Crest

📋 copy color: '#C9DAC7'

red 201 ◦ green 218 ◦ blue 199

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

Shades of Surf Crest #C9DAC7

Tints of Surf Crest #C9DAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.2%

R = 32.52%
G = 35.28%
B = 32.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#C9DAC7 (or 0xC9DAC7) is known color: Surf Crest. HEX triplet: C9, DA and C7. RGB value is (201,218,199). Sum of RGB (Red+Green+Blue) = 201+218+199=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC7 is #362538. Grayscale: #D2D2D2. Windows color (decimal): -3548473 or 13097673. OLE color: 13097673.

HSL color Cylindrical-coordinate representation of color #C9DAC7: hue angle of 113.68º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DAC7 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 199 -
CMYK 0.08 0 0.09 0.15
HSL 113.68º 0.2% 0.82% -
HSV(B) 113.68º 0.09% 0.85% -
XYZ 59.47 66.68 63.77 -
YUV 210.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 201 218 199 0.08 0 0.09 0.15 113.68 0.2 0.82
Hex C9 DA C7 8 0 9 F 72 14 52
Octal 311 332 307 10 0 11 17 162 24 122
Binary 11001001 11011010 11000111 1000 0 1001 1111 1110010 10100 1010010

Color Harmonies of #C9DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAC7

Black with #C9DAC7

Text Example


Text Example

White with #C9DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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