Html Css Color HEX #C5D5B6 Surf Crest

📋 copy color: '#C5D5B6'

red 197 ◦ green 213 ◦ blue 182

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

Shades of Surf Crest #C5D5B6

Tints of Surf Crest #C5D5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.74%

R = 33.28%
G = 35.98%
B = 30.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#C5D5B6 (or 0xC5D5B6) is known color: Surf Crest. HEX triplet: C5, D5 and B6. RGB value is (197,213,182). Sum of RGB (Red+Green+Blue) = 197+213+182=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5B6 is #3A2A49. Grayscale: #CCCCCC. Windows color (decimal): -3811914 or 11982277. OLE color: 11982277.

HSL color Cylindrical-coordinate representation of color #C5D5B6: hue angle of 90.97º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5D5B6 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 182 -
CMYK 0.08 0 0.15 0.16
HSL 90.97º 0.27% 0.77% -
HSV(B) 90.97º 0.15% 0.84% -
XYZ 55.26 62.84 53.47 -
YUV 204.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 197 213 182 0.08 0 0.15 0.16 90.97 0.27 0.77
Hex C5 D5 B6 8 0 F 10 5B 1B 4D
Octal 305 325 266 10 0 17 20 133 33 115
Binary 11000101 11010101 10110110 1000 0 1111 10000 1011011 11011 1001101

Color Harmonies of #C5D5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5B6

Black with #C5D5B6

Text Example


Text Example

White with #C5D5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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