Html Css Color HEX #C9DABC Surf Crest

📋 copy color: '#C9DABC'

red 201 ◦ green 218 ◦ blue 188

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

Shades of Surf Crest #C9DABC

Tints of Surf Crest #C9DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.97%

R = 33.11%
G = 35.91%
B = 30.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C9DABC (or 0xC9DABC) is known color: Surf Crest. HEX triplet: C9, DA and BC. RGB value is (201,218,188). Sum of RGB (Red+Green+Blue) = 201+218+188=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DABC is #362543. Grayscale: #D1D1D1. Windows color (decimal): -3548484 or 12376777. OLE color: 12376777.

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

Color convert

RGB 201 218 188 -
CMYK 0.08 0 0.14 0.15
HSL 94º 0.29% 0.8% -
HSV(B) 94º 0.14% 0.85% -
XYZ 58.24 66.19 57.28 -
YUV 209.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 201 218 188 0.08 0 0.14 0.15 94 0.29 0.8
Hex C9 DA BC 8 0 E F 5E 1D 50
Octal 311 332 274 10 0 16 17 136 35 120
Binary 11001001 11011010 10111100 1000 0 1110 1111 1011110 11101 1010000

Color Harmonies of #C9DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DABC

Black with #C9DABC

Text Example


Text Example

White with #C9DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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