Html Css Color HEX #C5D3BF Surf Crest

📋 copy color: '#C5D3BF'

red 197 ◦ green 211 ◦ blue 191

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

Shades of Surf Crest #C5D3BF

Tints of Surf Crest #C5D3BF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.23%

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

R = 32.89%
G = 35.23%
B = 31.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#C5D3BF (or 0xC5D3BF) is known color: Surf Crest. HEX triplet: C5, D3 and BF. RGB value is (197,211,191). Sum of RGB (Red+Green+Blue) = 197+211+191=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3BF is #3A2C40. Grayscale: #CCCCCC. Windows color (decimal): -3812417 or 12571589. OLE color: 12571589.

HSL color Cylindrical-coordinate representation of color #C5D3BF: hue angle of 102º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D3BF is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 191 -
CMYK 0.07 0 0.09 0.17
HSL 102º 0.19% 0.79% -
HSV(B) 102º 0.09% 0.83% -
XYZ 55.72 62.22 58.36 -
YUV 204.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 197 211 191 0.07 0 0.09 0.17 102 0.19 0.79
Hex C5 D3 BF 7 0 9 11 66 13 4F
Octal 305 323 277 7 0 11 21 146 23 117
Binary 11000101 11010011 10111111 111 0 1001 10001 1100110 10011 1001111

Color Harmonies of #C5D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3BF

Black with #C5D3BF

Text Example


Text Example

White with #C5D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3BF; }

 p { color: rgb(197,211,191); }

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

background-color css

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

 a { background-color: rgb(197,211,191); }

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

border-color css

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

 span { border-color: rgb(197,211,191); }

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