#C7DBC2

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

Shades of Surf Crest #C7DBC2

Tints of Surf Crest #C7DBC2

Color information

#C7DBC2 (or 0xC7DBC2) is unknown color: approx Surf Crest. HEX triplet: C7, DB and C2. RGB value is (199,219,194). Sum of RGB (Red+Green+Blue) = 199+219+194=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBC2 is #38243D. Grayscale: #D2D2D2. Windows color (decimal): -3679294 or 12770247. OLE color: 12770247.

HSL color Cylindrical-coordinate representation of color #C7DBC2: hue angle of 108º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DBC2 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB199219194-
CMYK0.0900.110.14
HSL108º25.77%80.98%-
HSV(B)108º11.42%85.88%-
XYZ58.6266.760.82-
YUV210.17118.87120.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.52%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=32.52%
G=35.78%
B=31.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191940.0900.110.1410825.7780.98
HexC7DBC290BE6c1a51
Octal307333302110131615432121
Binary11000111110110111100001010010101111101101100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBC2; }

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

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

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

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

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

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

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

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