#C3DDC1

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

Shades of Surf Crest #C3DDC1

Tints of Surf Crest #C3DDC1

Color information

#C3DDC1 (or 0xC3DDC1) is unknown color: approx Surf Crest. HEX triplet: C3, DD and C1. RGB value is (195,221,193). Sum of RGB (Red+Green+Blue) = 195+221+193=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC1 is #3C223E. Grayscale: #D2D2D2. Windows color (decimal): -3940927 or 12705219. OLE color: 12705219.

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

Color convert

RGB195221193-
CMYK0.1200.130.13
HSL115.71º29.17%81.18%-
HSV(B)115.71º12.67%86.67%-
XYZ57.9967.1760.36-
YUV210.03118.39117.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.02%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=32.02%
G=36.29%
B=31.69%

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
Decimal1952211930.1200.130.13115.7129.1781.18
HexC3DDC1C0DD741d51
Octal303335301140151516435121
Binary11000011110111011100000111000110111011110100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDC1; }

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

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

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

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

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

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

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

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