Html Css Color HEX #C9DBC1 Surf Crest

📋 copy color: '#C9DBC1'

red 201 ◦ green 219 ◦ blue 193

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

Shades of Surf Crest #C9DBC1

Tints of Surf Crest #C9DBC1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.73%

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

R = 32.79%
G = 35.73%
B = 31.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C9DBC1 (or 0xC9DBC1) is known color: Surf Crest. HEX triplet: C9, DB and C1. RGB value is (201,219,193). Sum of RGB (Red+Green+Blue) = 201+219+193=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC1 is #36243E. Grayscale: #D2D2D2. Windows color (decimal): -3548223 or 12704713. OLE color: 12704713.

HSL color Cylindrical-coordinate representation of color #C9DBC1: hue angle of 101.54º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9DBC1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 193 -
CMYK 0.08 0 0.12 0.14
HSL 101.54º 0.27% 0.81% -
HSV(B) 101.54º 0.12% 0.86% -
XYZ 59.04 66.93 60.26 -
YUV 210.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 201 219 193 0.08 0 0.12 0.14 101.54 0.27 0.81
Hex C9 DB C1 8 0 C E 66 1B 51
Octal 311 333 301 10 0 14 16 146 33 121
Binary 11001001 11011011 11000001 1000 0 1100 1110 1100110 11011 1010001

Color Harmonies of #C9DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBC1

Black with #C9DBC1

Text Example


Text Example

White with #C9DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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