#C7DBBB

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

Shades of Surf Crest #C7DBBB

Tints of Surf Crest #C7DBBB

Color information

#C7DBBB (or 0xC7DBBB) is unknown color: approx Surf Crest. HEX triplet: C7, DB and BB. RGB value is (199,219,187). Sum of RGB (Red+Green+Blue) = 199+219+187=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBBB is #382444. Grayscale: #D1D1D1. Windows color (decimal): -3679301 or 12311495. OLE color: 12311495.

HSL color Cylindrical-coordinate representation of color #C7DBBB: hue angle of 97.5º 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 #C7DBBB is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB199219187-
CMYK0.0900.150.14
HSL97.5º30.77%79.61%-
HSV(B)97.5º14.61%85.88%-
XYZ57.8566.3956.78-
YUV209.37115.37120.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=32.89%
G=36.20%
B=30.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191870.0900.150.1497.530.7779.61
HexC7DBBB90FE611f50
Octal307333273110171614137120
Binary11000111110110111011101110010111111101100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBBB; }

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

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

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

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

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

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

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

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