Html Css Color HEX #C9DBBC Surf Crest

📋 copy color: '#C9DBBC'

red 201 ◦ green 219 ◦ blue 188

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

Shades of Surf Crest #C9DBBC

Tints of Surf Crest #C9DBBC

RGB

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

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

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

R = 33.06%
G = 36.02%
B = 30.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#C9DBBC (or 0xC9DBBC) is known color: Surf Crest. HEX triplet: C9, DB and BC. RGB value is (201,219,188). Sum of RGB (Red+Green+Blue) = 201+219+188=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBBC is #362443. Grayscale: #D2D2D2. Windows color (decimal): -3548228 or 12377033. OLE color: 12377033.

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

Color convert

RGB 201 219 188 -
CMYK 0.08 0 0.14 0.14
HSL 94.84º 0.3% 0.8% -
HSV(B) 94.84º 0.14% 0.86% -
XYZ 58.5 66.71 57.37 -
YUV 210.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 201 219 188 0.08 0 0.14 0.14 94.84 0.3 0.8
Hex C9 DB BC 8 0 E E 5F 1E 50
Octal 311 333 274 10 0 16 16 137 36 120
Binary 11001001 11011011 10111100 1000 0 1110 1110 1011111 11110 1010000

Color Harmonies of #C9DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBBC

Black with #C9DBBC

Text Example


Text Example

White with #C9DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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