Html Css Color HEX #C5D6BB Surf Crest

📋 copy color: '#C5D6BB'

red 197 ◦ green 214 ◦ blue 187

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

Shades of Surf Crest #C5D6BB

Tints of Surf Crest #C5D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.79%

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 32.94%
G = 35.79%
B = 31.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#C5D6BB (or 0xC5D6BB) is known color: Surf Crest. HEX triplet: C5, D6 and BB. RGB value is (197,214,187). Sum of RGB (Red+Green+Blue) = 197+214+187=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6BB is #3A2944. Grayscale: #CDCDCD. Windows color (decimal): -3811653 or 12310213. OLE color: 12310213.

HSL color Cylindrical-coordinate representation of color #C5D6BB: hue angle of 97.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5D6BB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 187 -
CMYK 0.08 0 0.13 0.16
HSL 97.78º 0.25% 0.79% -
HSV(B) 97.78º 0.13% 0.84% -
XYZ 56.04 63.55 56.33 -
YUV 205.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 197 214 187 0.08 0 0.13 0.16 97.78 0.25 0.79
Hex C5 D6 BB 8 0 D 10 62 19 4F
Octal 305 326 273 10 0 15 20 142 31 117
Binary 11000101 11010110 10111011 1000 0 1101 10000 1100010 11001 1001111

Color Harmonies of #C5D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6BB

Black with #C5D6BB

Text Example


Text Example

White with #C5D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6BB; }

 p { color: rgb(197,214,187); }

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

background-color css

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

 a { background-color: rgb(197,214,187); }

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

border-color css

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

 span { border-color: rgb(197,214,187); }

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