Html Css Color HEX #C5DBBA Surf Crest

📋 copy color: '#C5DBBA'

red 197 ◦ green 219 ◦ blue 186

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

Shades of Surf Crest #C5DBBA

Tints of Surf Crest #C5DBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 32.72%
G = 36.38%
B = 30.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C5DBBA (or 0xC5DBBA) is known color: Surf Crest. HEX triplet: C5, DB and BA. RGB value is (197,219,186). Sum of RGB (Red+Green+Blue) = 197+219+186=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBBA is #3A2445. Grayscale: #D0D0D0. Windows color (decimal): -3810374 or 12245957. OLE color: 12245957.

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

Color convert

RGB 197 219 186 -
CMYK 0.10 0 0.15 0.14
HSL 100º 0.31% 0.79% -
HSV(B) 100º 0.15% 0.86% -
XYZ 57.22 66.08 56.19 -
YUV 208.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 197 219 186 0.10 0 0.15 0.14 100 0.31 0.79
Hex C5 DB BA A 0 F E 64 1F 4F
Octal 305 333 272 12 0 17 16 144 37 117
Binary 11000101 11011011 10111010 1010 0 1111 1110 1100100 11111 1001111

Color Harmonies of #C5DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBBA

Black with #C5DBBA

Text Example


Text Example

White with #C5DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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