#C2DDBF

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

Shades of Surf Crest #C2DDBF

Tints of Surf Crest #C2DDBF

Color information

#C2DDBF (or 0xC2DDBF) is unknown color: approx Surf Crest. HEX triplet: C2, DD and BF. RGB value is (194,221,191). Sum of RGB (Red+Green+Blue) = 194+221+191=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDBF is #3D2240. Grayscale: #D1D1D1. Windows color (decimal): -4006465 or 12574146. OLE color: 12574146.

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

Color convert

RGB194221191-
CMYK0.1200.140.13
HSL114º30.61%80.78%-
HSV(B)114º13.57%86.67%-
XYZ57.5166.9459.18-
YUV209.51117.55116.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 191 (75% from 255) = 31.52%
R=32.01%
G=36.47%
B=31.52%

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
Decimal1942211910.1200.140.1311430.6180.78
HexC2DDBFC0ED721f51
Octal302335277140161516237121
Binary11000010110111011011111111000111011011110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDBF; }

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

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

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

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

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

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

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

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