#C7DDC0

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

Shades of Surf Crest #C7DDC0

Tints of Surf Crest #C7DDC0

Color information

#C7DDC0 (or 0xC7DDC0) is unknown color: approx Surf Crest. HEX triplet: C7, DD and C0. RGB value is (199,221,192). Sum of RGB (Red+Green+Blue) = 199+221+192=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDC0 is #38223F. Grayscale: #D3D3D3. Windows color (decimal): -3678784 or 12639687. OLE color: 12639687.

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

Color convert

RGB199221192-
CMYK0.1000.130.13
HSL105.52º29.9%80.98%-
HSV(B)105.52º13.12%86.67%-
XYZ58.9267.6659.82-
YUV211.12117.21119.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.52%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=32.52%
G=36.11%
B=31.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992211920.1000.130.13105.5229.980.98
HexC7DDC0A0DD6a1e51
Octal307335300120151515236121
Binary11000111110111011100000010100110111011101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDC0; }

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

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

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

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

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

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

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

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