#C7DDC2

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

Shades of Surf Crest #C7DDC2

Tints of Surf Crest #C7DDC2

Color information

#C7DDC2 (or 0xC7DDC2) is unknown color: approx Surf Crest. HEX triplet: C7, DD and C2. RGB value is (199,221,194). Sum of RGB (Red+Green+Blue) = 199+221+194=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDC2 is #38223D. Grayscale: #D3D3D3. Windows color (decimal): -3678782 or 12770759. OLE color: 12770759.

HSL color Cylindrical-coordinate representation of color #C7DDC2: hue angle of 108.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7DDC2 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB199221194-
CMYK0.1000.120.13
HSL108.89º28.42%81.37%-
HSV(B)108.89º12.22%86.67%-
XYZ59.1567.7561-
YUV211.34118.21119.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=32.41%
G=35.99%
B=31.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992211940.1000.120.13108.8928.4281.37
HexC7DDC2A0CD6d1c51
Octal307335302120141515534121
Binary11000111110111011100001010100110011011101101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDC2; }

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

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

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

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

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

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

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

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