Html Css Color HEX #C5D5BF Surf Crest

📋 copy color: '#C5D5BF'

red 197 ◦ green 213 ◦ blue 191

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

Shades of Surf Crest #C5D5BF

Tints of Surf Crest #C5D5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

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

R = 32.78%
G = 35.44%
B = 31.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#C5D5BF (or 0xC5D5BF) is known color: Surf Crest. HEX triplet: C5, D5 and BF. RGB value is (197,213,191). Sum of RGB (Red+Green+Blue) = 197+213+191=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5BF is #3A2A40. Grayscale: #CDCDCD. Windows color (decimal): -3811905 or 12572101. OLE color: 12572101.

HSL color Cylindrical-coordinate representation of color #C5D5BF: hue angle of 103.64º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D5BF is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 191 -
CMYK 0.08 0 0.10 0.16
HSL 103.64º 0.21% 0.79% -
HSV(B) 103.64º 0.1% 0.84% -
XYZ 56.22 63.22 58.53 -
YUV 205.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 197 213 191 0.08 0 0.10 0.16 103.64 0.21 0.79
Hex C5 D5 BF 8 0 A 10 68 15 4F
Octal 305 325 277 10 0 12 20 150 25 117
Binary 11000101 11010101 10111111 1000 0 1010 10000 1101000 10101 1001111

Color Harmonies of #C5D5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5BF

Black with #C5D5BF

Text Example


Text Example

White with #C5D5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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