#C3DDBB

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

Shades of Surf Crest #C3DDBB

Tints of Surf Crest #C3DDBB

Color information

#C3DDBB (or 0xC3DDBB) is unknown color: approx Surf Crest. HEX triplet: C3, DD and BB. RGB value is (195,221,187). Sum of RGB (Red+Green+Blue) = 195+221+187=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDBB is #3C2244. Grayscale: #D1D1D1. Windows color (decimal): -3940933 or 12312003. OLE color: 12312003.

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

Color convert

RGB195221187-
CMYK0.1200.150.13
HSL105.88º33.33%80%-
HSV(B)105.88º15.38%86.67%-
XYZ57.3366.956.91-
YUV209.35115.39117.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.34%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=32.34%
G=36.65%
B=31.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952211870.1200.150.13105.8833.3380
HexC3DDBBC0FD6a2150
Octal303335273140171515241120
Binary110000111101110110111011110001111110111010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDBB; }

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

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

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

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

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

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

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

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