Html Css Color HEX #C5DABF Surf Crest

📋 copy color: '#C5DABF'

red 197 ◦ green 218 ◦ blue 191

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

Shades of Surf Crest #C5DABF

Tints of Surf Crest #C5DABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.52%

R = 32.51%
G = 35.97%
B = 31.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#C5DABF (or 0xC5DABF) is known color: Surf Crest. HEX triplet: C5, DA and BF. RGB value is (197,218,191). Sum of RGB (Red+Green+Blue) = 197+218+191=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DABF is #3A2540. Grayscale: #D0D0D0. Windows color (decimal): -3810625 or 12573381. OLE color: 12573381.

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

Color convert

RGB 197 218 191 -
CMYK 0.10 0 0.12 0.15
HSL 106.67º 0.27% 0.8% -
HSV(B) 106.67º 0.12% 0.85% -
XYZ 57.5 65.77 58.96 -
YUV 208.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 197 218 191 0.10 0 0.12 0.15 106.67 0.27 0.8
Hex C5 DA BF A 0 C F 6B 1B 50
Octal 305 332 277 12 0 14 17 153 33 120
Binary 11000101 11011010 10111111 1010 0 1100 1111 1101011 11011 1010000

Color Harmonies of #C5DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DABF

Black with #C5DABF

Text Example


Text Example

White with #C5DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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