Html Css Color HEX #C9DAC6 Surf Crest

📋 copy color: '#C9DAC6'

red 201 ◦ green 218 ◦ blue 198

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

Shades of Surf Crest #C9DAC6

Tints of Surf Crest #C9DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.09%

R = 32.58%
G = 35.33%
B = 32.09%

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

#C9DAC6 (or 0xC9DAC6) is known color: Surf Crest. HEX triplet: C9, DA and C6. RGB value is (201,218,198). Sum of RGB (Red+Green+Blue) = 201+218+198=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC6 is #362539. Grayscale: #D2D2D2. Windows color (decimal): -3548474 or 13032137. OLE color: 13032137.

HSL color Cylindrical-coordinate representation of color #C9DAC6: hue angle of 111º degrees, saturation: 0.21, 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 #C9DAC6 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 198 -
CMYK 0.08 0 0.09 0.15
HSL 111º 0.21% 0.82% -
HSV(B) 111º 0.09% 0.85% -
XYZ 59.35 66.64 63.16 -
YUV 210.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 201 218 198 0.08 0 0.09 0.15 111 0.21 0.82
Hex C9 DA C6 8 0 9 F 6F 15 52
Octal 311 332 306 10 0 11 17 157 25 122
Binary 11001001 11011010 11000110 1000 0 1001 1111 1101111 10101 1010010

Color Harmonies of #C9DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAC6

Black with #C9DAC6

Text Example


Text Example

White with #C9DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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