Html Css Color HEX #C5DBC0 Surf Crest

📋 copy color: '#C5DBC0'

red 197 ◦ green 219 ◦ blue 192

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

Shades of Surf Crest #C5DBC0

Tints of Surf Crest #C5DBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

 BLUE value IS 192 (75.39% from 255) = 31.58%

R = 32.4%
G = 36.02%
B = 31.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C5DBC0 (or 0xC5DBC0) is known color: Surf Crest. HEX triplet: C5, DB and C0. RGB value is (197,219,192). Sum of RGB (Red+Green+Blue) = 197+219+192=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC0 is #3A243F. Grayscale: #D1D1D1. Windows color (decimal): -3810368 or 12639173. OLE color: 12639173.

HSL color Cylindrical-coordinate representation of color #C5DBC0: hue angle of 108.89º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DBC0 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 192 -
CMYK 0.10 0 0.12 0.14
HSL 108.89º 0.27% 0.81% -
HSV(B) 108.89º 0.12% 0.86% -
XYZ 57.87 66.34 59.62 -
YUV 209.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 197 219 192 0.10 0 0.12 0.14 108.89 0.27 0.81
Hex C5 DB C0 A 0 C E 6D 1B 51
Octal 305 333 300 12 0 14 16 155 33 121
Binary 11000101 11011011 11000000 1010 0 1100 1110 1101101 11011 1010001

Color Harmonies of #C5DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBC0

Black with #C5DBC0

Text Example


Text Example

White with #C5DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBC0; }

 p { color: rgb(197,219,192); }

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

background-color css

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

 a { background-color: rgb(197,219,192); }

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

border-color css

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

 span { border-color: rgb(197,219,192); }

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