Html Css Color HEX #C5DCBD Surf Crest

📋 copy color: '#C5DCBD'

red 197 ◦ green 220 ◦ blue 189

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

Shades of Surf Crest #C5DCBD

Tints of Surf Crest #C5DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

 BLUE value IS 189 (74.22% from 255) = 31.19%

R = 32.51%
G = 36.3%
B = 31.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#C5DCBD (or 0xC5DCBD) is known color: Surf Crest. HEX triplet: C5, DC and BD. RGB value is (197,220,189). Sum of RGB (Red+Green+Blue) = 197+220+189=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCBD is #3A2342. Grayscale: #D1D1D1. Windows color (decimal): -3810115 or 12442821. OLE color: 12442821.

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

Color convert

RGB 197 220 189 -
CMYK 0.10 0 0.14 0.14
HSL 104.52º 0.31% 0.8% -
HSV(B) 104.52º 0.14% 0.86% -
XYZ 57.8 66.73 57.98 -
YUV 209.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 197 220 189 0.10 0 0.14 0.14 104.52 0.31 0.8
Hex C5 DC BD A 0 E E 69 1F 50
Octal 305 334 275 12 0 16 16 151 37 120
Binary 11000101 11011100 10111101 1010 0 1110 1110 1101001 11111 1010000

Color Harmonies of #C5DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCBD

Black with #C5DCBD

Text Example


Text Example

White with #C5DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCBD; }

 p { color: rgb(197,220,189); }

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

background-color css

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

 a { background-color: rgb(197,220,189); }

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

border-color css

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

 span { border-color: rgb(197,220,189); }

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