Html Css Color HEX #C5DABC Surf Crest

📋 copy color: '#C5DABC'

red 197 ◦ green 218 ◦ blue 188

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

Shades of Surf Crest #C5DABC

Tints of Surf Crest #C5DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.15%

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 32.67%
G = 36.15%
B = 31.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#C5DABC (or 0xC5DABC) is known color: Surf Crest. HEX triplet: C5, DA and BC. RGB value is (197,218,188). Sum of RGB (Red+Green+Blue) = 197+218+188=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DABC is #3A2543. Grayscale: #D0D0D0. Windows color (decimal): -3810628 or 12376773. OLE color: 12376773.

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

Color convert

RGB 197 218 188 -
CMYK 0.10 0 0.14 0.15
HSL 102º 0.29% 0.8% -
HSV(B) 102º 0.14% 0.85% -
XYZ 57.17 65.64 57.23 -
YUV 208.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 197 218 188 0.10 0 0.14 0.15 102 0.29 0.8
Hex C5 DA BC A 0 E F 66 1D 50
Octal 305 332 274 12 0 16 17 146 35 120
Binary 11000101 11011010 10111100 1010 0 1110 1111 1100110 11101 1010000

Color Harmonies of #C5DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DABC

Black with #C5DABC

Text Example


Text Example

White with #C5DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DABC; }

 p { color: rgb(197,218,188); }

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

background-color css

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

 a { background-color: rgb(197,218,188); }

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

border-color css

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

 span { border-color: rgb(197,218,188); }

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