#C5DBBE

Color #C5DBBE Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C5DBBE

Tints of Surf Crest #C5DBBE

Color information

#C5DBBE (or 0xC5DBBE) is unknown color: approx Surf Crest. HEX triplet: C5, DB and BE. RGB value is (197,219,190). Sum of RGB (Red+Green+Blue) = 197+219+190=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBBE is #3A2441. Grayscale: #D1D1D1. Windows color (decimal): -3810370 or 12508101. OLE color: 12508101.

HSL color Cylindrical-coordinate representation of color #C5DBBE: hue angle of 105.52º degrees, saturation: 0.29, 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 #C5DBBE is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB197219190-
CMYK0.1000.130.14
HSL105.52º28.71%80.2%-
HSV(B)105.52º13.24%85.88%-
XYZ57.6566.2558.46-
YUV209.12117.21119.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=32.51%
G=36.14%
B=31.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191900.1000.130.14105.5228.7180.2
HexC5DBBEA0DE6a1d50
Octal305333276120151615235120
Binary11000101110110111011111010100110111101101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBBE; }

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

 H1.HeaderClassName
 {
   color: #C5DBBE;
 }
 .AnyTagClassName
 {
   color: #C5DBBE;
 }
</style>
background-color css

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

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

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

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

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

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