Html Css Color HEX #C5DBBF Surf Crest

📋 copy color: '#C5DBBF'

red 197 ◦ green 219 ◦ blue 191

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

Shades of Surf Crest #C5DBBF

Tints of Surf Crest #C5DBBF

RGB

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

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

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

R = 32.45%
G = 36.08%
B = 31.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#C5DBBF (or 0xC5DBBF) is known color: Surf Crest. HEX triplet: C5, DB and BF. RGB value is (197,219,191). Sum of RGB (Red+Green+Blue) = 197+219+191=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBBF is #3A2440. Grayscale: #D1D1D1. Windows color (decimal): -3810369 or 12573637. OLE color: 12573637.

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

Color convert

RGB 197 219 191 -
CMYK 0.10 0 0.13 0.14
HSL 107.14º 0.28% 0.8% -
HSV(B) 107.14º 0.13% 0.86% -
XYZ 57.76 66.29 59.04 -
YUV 209.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 197 219 191 0.10 0 0.13 0.14 107.14 0.28 0.8
Hex C5 DB BF A 0 D E 6B 1C 50
Octal 305 333 277 12 0 15 16 153 34 120
Binary 11000101 11011011 10111111 1010 0 1101 1110 1101011 11100 1010000

Color Harmonies of #C5DBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBBF

Black with #C5DBBF

Text Example


Text Example

White with #C5DBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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