#C3DDBE

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

Shades of Surf Crest #C3DDBE

Tints of Surf Crest #C3DDBE

Color information

#C3DDBE (or 0xC3DDBE) is unknown color: approx Surf Crest. HEX triplet: C3, DD and BE. RGB value is (195,221,190). Sum of RGB (Red+Green+Blue) = 195+221+190=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDBE is #3C2241. Grayscale: #D1D1D1. Windows color (decimal): -3940930 or 12508611. OLE color: 12508611.

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

Color convert

RGB195221190-
CMYK0.1200.140.13
HSL110.32º31.31%80.59%-
HSV(B)110.32º14.03%86.67%-
XYZ57.6667.0358.61-
YUV209.69116.89117.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=32.18%
G=36.47%
B=31.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952211900.1200.140.13110.3231.3180.59
HexC3DDBEC0ED6e1f51
Octal303335276140161515637121
Binary11000011110111011011111011000111011011101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDBE; }

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

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

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

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

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

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

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

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