#C3DDBF

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

Shades of Surf Crest #C3DDBF

Tints of Surf Crest #C3DDBF

Color information

#C3DDBF (or 0xC3DDBF) is unknown color: approx Surf Crest. HEX triplet: C3, DD and BF. RGB value is (195,221,191). Sum of RGB (Red+Green+Blue) = 195+221+191=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDBF is #3C2240. Grayscale: #D1D1D1. Windows color (decimal): -3940929 or 12574147. OLE color: 12574147.

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

Color convert

RGB195221191-
CMYK0.1200.140.13
HSL112º30.61%80.78%-
HSV(B)112º13.57%86.67%-
XYZ57.7767.0859.19-
YUV209.81117.39117.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 191 (75% from 255) = 31.47%
R=32.13%
G=36.41%
B=31.47%

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
Decimal1952211910.1200.140.1311230.6180.78
HexC3DDBFC0ED701f51
Octal303335277140161516037121
Binary11000011110111011011111111000111011011110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDBF; }

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

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

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

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

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

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

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

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