Html Css Color HEX #C9DAC1 Surf Crest

📋 copy color: '#C9DAC1'

red 201 ◦ green 218 ◦ blue 193

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

Shades of Surf Crest #C9DAC1

Tints of Surf Crest #C9DAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.54%

R = 32.84%
G = 35.62%
B = 31.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#C9DAC1 (or 0xC9DAC1) is known color: Surf Crest. HEX triplet: C9, DA and C1. RGB value is (201,218,193). Sum of RGB (Red+Green+Blue) = 201+218+193=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC1 is #36253E. Grayscale: #D2D2D2. Windows color (decimal): -3548479 or 12704457. OLE color: 12704457.

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

Color convert

RGB 201 218 193 -
CMYK 0.08 0 0.11 0.15
HSL 100.8º 0.25% 0.81% -
HSV(B) 100.8º 0.11% 0.85% -
XYZ 58.78 66.41 60.17 -
YUV 210.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 201 218 193 0.08 0 0.11 0.15 100.8 0.25 0.81
Hex C9 DA C1 8 0 B F 65 19 51
Octal 311 332 301 10 0 13 17 145 31 121
Binary 11001001 11011010 11000001 1000 0 1011 1111 1100101 11001 1010001

Color Harmonies of #C9DAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAC1

Black with #C9DAC1

Text Example


Text Example

White with #C9DAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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