Html Css Color HEX #C9DBBF Surf Crest

📋 copy color: '#C9DBBF'

red 201 ◦ green 219 ◦ blue 191

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

Shades of Surf Crest #C9DBBF

Tints of Surf Crest #C9DBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.26%

R = 32.9%
G = 35.84%
B = 31.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#C9DBBF (or 0xC9DBBF) is known color: Surf Crest. HEX triplet: C9, DB and BF. RGB value is (201,219,191). Sum of RGB (Red+Green+Blue) = 201+219+191=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBBF is #362440. Grayscale: #D2D2D2. Windows color (decimal): -3548225 or 12573641. OLE color: 12573641.

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

Color convert

RGB 201 219 191 -
CMYK 0.08 0 0.13 0.14
HSL 98.57º 0.28% 0.8% -
HSV(B) 98.57º 0.13% 0.86% -
XYZ 58.82 66.84 59.09 -
YUV 210.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 201 219 191 0.08 0 0.13 0.14 98.57 0.28 0.8
Hex C9 DB BF 8 0 D E 63 1C 50
Octal 311 333 277 10 0 15 16 143 34 120
Binary 11001001 11011011 10111111 1000 0 1101 1110 1100011 11100 1010000

Color Harmonies of #C9DBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBBF

Black with #C9DBBF

Text Example


Text Example

White with #C9DBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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