Html Css Color HEX #C5DABE Surf Crest

📋 copy color: '#C5DABE'

red 197 ◦ green 218 ◦ blue 190

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

Shades of Surf Crest #C5DABE

Tints of Surf Crest #C5DABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 32.56%
G = 36.03%
B = 31.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#C5DABE (or 0xC5DABE) is known color: Surf Crest. HEX triplet: C5, DA and BE. RGB value is (197,218,190). Sum of RGB (Red+Green+Blue) = 197+218+190=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DABE is #3A2541. Grayscale: #D0D0D0. Windows color (decimal): -3810626 or 12507845. OLE color: 12507845.

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

Color convert

RGB 197 218 190 -
CMYK 0.10 0 0.13 0.15
HSL 105º 0.27% 0.8% -
HSV(B) 105º 0.13% 0.85% -
XYZ 57.39 65.73 58.38 -
YUV 208.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 197 218 190 0.10 0 0.13 0.15 105 0.27 0.8
Hex C5 DA BE A 0 D F 69 1B 50
Octal 305 332 276 12 0 15 17 151 33 120
Binary 11000101 11011010 10111110 1010 0 1101 1111 1101001 11011 1010000

Color Harmonies of #C5DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DABE

Black with #C5DABE

Text Example


Text Example

White with #C5DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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