Html Css Color HEX #C9DCBB Surf Crest

📋 copy color: '#C9DCBB'

red 201 ◦ green 220 ◦ blue 187

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

Shades of Surf Crest #C9DCBB

Tints of Surf Crest #C9DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.76%

R = 33.06%
G = 36.18%
B = 30.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C9DCBB (or 0xC9DCBB) is known color: Surf Crest. HEX triplet: C9, DC and BB. RGB value is (201,220,187). Sum of RGB (Red+Green+Blue) = 201+220+187=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBB is #362344. Grayscale: #D2D2D2. Windows color (decimal): -3547973 or 12311753. OLE color: 12311753.

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

Color convert

RGB 201 220 187 -
CMYK 0.09 0 0.15 0.14
HSL 94.55º 0.32% 0.8% -
HSV(B) 94.55º 0.15% 0.86% -
XYZ 58.65 67.19 56.89 -
YUV 210.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 201 220 187 0.09 0 0.15 0.14 94.55 0.32 0.8
Hex C9 DC BB 9 0 F E 5F 20 50
Octal 311 334 273 11 0 17 16 137 40 120
Binary 11001001 11011100 10111011 1001 0 1111 1110 1011111 100000 1010000

Color Harmonies of #C9DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCBB

Black with #C9DCBB

Text Example


Text Example

White with #C9DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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