Html Css Color HEX #C5DDBA Surf Crest

📋 copy color: '#C5DDBA'

red 197 ◦ green 221 ◦ blue 186

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

Shades of Surf Crest #C5DDBA

Tints of Surf Crest #C5DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.59%

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 32.62%
G = 36.59%
B = 30.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#C5DDBA (or 0xC5DDBA) is known color: Surf Crest. HEX triplet: C5, DD and BA. RGB value is (197,221,186). Sum of RGB (Red+Green+Blue) = 197+221+186=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDBA is #3A2245. Grayscale: #D1D1D1. Windows color (decimal): -3809862 or 12246469. OLE color: 12246469.

HSL color Cylindrical-coordinate representation of color #C5DDBA: hue angle of 101.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DDBA is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 186 -
CMYK 0.11 0 0.16 0.13
HSL 101.14º 0.34% 0.8% -
HSV(B) 101.14º 0.16% 0.87% -
XYZ 57.75 67.13 56.37 -
YUV 209.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 197 221 186 0.11 0 0.16 0.13 101.14 0.34 0.8
Hex C5 DD BA B 0 10 D 65 22 50
Octal 305 335 272 13 0 20 15 145 42 120
Binary 11000101 11011101 10111010 1011 0 10000 1101 1100101 100010 1010000

Color Harmonies of #C5DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDBA

Black with #C5DDBA

Text Example


Text Example

White with #C5DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDBA; }

 p { color: rgb(197,221,186); }

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

background-color css

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

 a { background-color: rgb(197,221,186); }

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

border-color css

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

 span { border-color: rgb(197,221,186); }

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