#C3DDC0

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

Shades of Surf Crest #C3DDC0

Tints of Surf Crest #C3DDC0

Color information

#C3DDC0 (or 0xC3DDC0) is unknown color: approx Surf Crest. HEX triplet: C3, DD and C0. RGB value is (195,221,192). Sum of RGB (Red+Green+Blue) = 195+221+192=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC0 is #3C223F. Grayscale: #D2D2D2. Windows color (decimal): -3940928 or 12639683. OLE color: 12639683.

HSL color Cylindrical-coordinate representation of color #C3DDC0: hue angle of 113.79º 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 #C3DDC0 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB195221192-
CMYK0.1200.130.13
HSL113.79º29.9%80.98%-
HSV(B)113.79º13.12%86.67%-
XYZ57.8867.1259.77-
YUV209.92117.89117.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.07%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=32.07%
G=36.35%
B=31.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952211920.1200.130.13113.7929.980.98
HexC3DDC0C0DD721e51
Octal303335300140151516236121
Binary11000011110111011100000011000110111011110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDC0; }

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

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

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

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

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

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

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

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