Html Css Color HEX #C5D1BD Surf Crest

📋 copy color: '#C5D1BD'

red 197 ◦ green 209 ◦ blue 189

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

Shades of Surf Crest #C5D1BD

Tints of Surf Crest #C5D1BD

RGB

 RED value IS 197 (77.34% from 255) = 33.11%

 GREEN value IS 209 (82.03% from 255) = 35.13%

 BLUE value IS 189 (74.22% from 255) = 31.76%

R = 33.11%
G = 35.13%
B = 31.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C5D1BD (or 0xC5D1BD) is known color: Surf Crest. HEX triplet: C5, D1 and BD. RGB value is (197,209,189). Sum of RGB (Red+Green+Blue) = 197+209+189=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1BD is #3A2E42. Grayscale: #CBCBCB. Windows color (decimal): -3812931 or 12440005. OLE color: 12440005.

HSL color Cylindrical-coordinate representation of color #C5D1BD: hue angle of 96º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D1BD is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 209 189 -
CMYK 0.06 0 0.10 0.18
HSL 96º 0.18% 0.78% -
HSV(B) 96º 0.1% 0.82% -
XYZ 55.01 61.15 57.05 -
YUV 203.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 197 209 189 0.06 0 0.10 0.18 96 0.18 0.78
Hex C5 D1 BD 6 0 A 12 60 12 4E
Octal 305 321 275 6 0 12 22 140 22 116
Binary 11000101 11010001 10111101 110 0 1010 10010 1100000 10010 1001110

Color Harmonies of #C5D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D1BD

Black with #C5D1BD

Text Example


Text Example

White with #C5D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D1BD; }

 p { color: rgb(197,209,189); }

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

background-color css

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

 a { background-color: rgb(197,209,189); }

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

border-color css

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

 span { border-color: rgb(197,209,189); }

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