Html Css Color HEX #C9DCBE Surf Crest

📋 copy color: '#C9DCBE'

red 201 ◦ green 220 ◦ blue 190

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

Shades of Surf Crest #C9DCBE

Tints of Surf Crest #C9DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 32.9%
G = 36.01%
B = 31.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#C9DCBE (or 0xC9DCBE) is known color: Surf Crest. HEX triplet: C9, DC and BE. RGB value is (201,220,190). Sum of RGB (Red+Green+Blue) = 201+220+190=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBE is #362341. Grayscale: #D2D2D2. Windows color (decimal): -3547970 or 12508361. OLE color: 12508361.

HSL color Cylindrical-coordinate representation of color #C9DCBE: hue angle of 98º 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 #C9DCBE is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 190 -
CMYK 0.09 0 0.14 0.14
HSL 98º 0.3% 0.8% -
HSV(B) 98º 0.14% 0.86% -
XYZ 58.97 67.32 58.6 -
YUV 210.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 201 220 190 0.09 0 0.14 0.14 98 0.3 0.8
Hex C9 DC BE 9 0 E E 62 1E 50
Octal 311 334 276 11 0 16 16 142 36 120
Binary 11001001 11011100 10111110 1001 0 1110 1110 1100010 11110 1010000

Color Harmonies of #C9DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCBE

Black with #C9DCBE

Text Example


Text Example

White with #C9DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCBE; }

 p { color: rgb(201,220,190); }

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

background-color css

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

 a { background-color: rgb(201,220,190); }

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

border-color css

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

 span { border-color: rgb(201,220,190); }

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