#C2DFBB

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

Shades of Surf Crest #C2DFBB

Tints of Surf Crest #C2DFBB

Color information

#C2DFBB (or 0xC2DFBB) is unknown color: approx Surf Crest. HEX triplet: C2, DF and BB. RGB value is (194,223,187). Sum of RGB (Red+Green+Blue) = 194+223+187=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFBB is #3D2044. Grayscale: #D2D2D2. Windows color (decimal): -4005957 or 12312514. OLE color: 12312514.

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

Color convert

RGB194223187-
CMYK0.1300.160.13
HSL108.33º36%80.39%-
HSV(B)108.33º16.14%87.45%-
XYZ57.6167.8357.07-
YUV210.22114.89116.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=32.12%
G=36.92%
B=30.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942231870.1300.160.13108.333680.39
HexC2DFBBD010D6c2450
Octal302337273150201515444120
Binary1100001011011111101110111101010000110111011001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFBB; }

 p { color: rgb(194,223,187); }

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

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

 a { background-color: rgb(194,223,187); }

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

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

 span { border-color: rgb(194,223,187); }

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