Html Css Color HEX #C9DAC2 Surf Crest

📋 copy color: '#C9DAC2'

red 201 ◦ green 218 ◦ blue 194

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

Shades of Surf Crest #C9DAC2

Tints of Surf Crest #C9DAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 32.79%
G = 35.56%
B = 31.65%

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

#C9DAC2 (or 0xC9DAC2) is known color: Surf Crest. HEX triplet: C9, DA and C2. RGB value is (201,218,194). Sum of RGB (Red+Green+Blue) = 201+218+194=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAC2 is #36253D. Grayscale: #D2D2D2. Windows color (decimal): -3548478 or 12769993. OLE color: 12769993.

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

Color convert

RGB 201 218 194 -
CMYK 0.08 0 0.11 0.15
HSL 102.5º 0.24% 0.81% -
HSV(B) 102.5º 0.11% 0.85% -
XYZ 58.9 66.46 60.76 -
YUV 210.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 201 218 194 0.08 0 0.11 0.15 102.5 0.24 0.81
Hex C9 DA C2 8 0 B F 66 18 51
Octal 311 332 302 10 0 13 17 146 30 121
Binary 11001001 11011010 11000010 1000 0 1011 1111 1100110 11000 1010001

Color Harmonies of #C9DAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAC2

Black with #C9DAC2

Text Example


Text Example

White with #C9DAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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