#C5DBBB

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

Shades of Surf Crest #C5DBBB

Tints of Surf Crest #C5DBBB

Color information

#C5DBBB (or 0xC5DBBB) is unknown color: approx Surf Crest. HEX triplet: C5, DB and BB. RGB value is (197,219,187). Sum of RGB (Red+Green+Blue) = 197+219+187=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBBB is #3A2444. Grayscale: #D0D0D0. Windows color (decimal): -3810373 or 12311493. OLE color: 12311493.

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

Color convert

RGB197219187-
CMYK0.1000.150.14
HSL101.25º30.77%79.61%-
HSV(B)101.25º14.61%85.88%-
XYZ57.3366.1256.75-
YUV208.77115.71119.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=32.67%
G=36.32%
B=31.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191870.1000.150.14101.2530.7779.61
HexC5DBBBA0FE651f50
Octal305333273120171614537120
Binary11000101110110111011101110100111111101100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBBB; }

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

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

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

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

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

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

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

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