#C2DBBE

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

Shades of Surf Crest #C2DBBE

Tints of Surf Crest #C2DBBE

Color information

#C2DBBE (or 0xC2DBBE) is unknown color: approx Surf Crest. HEX triplet: C2, DB and BE. RGB value is (194,219,190). Sum of RGB (Red+Green+Blue) = 194+219+190=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBBE is #3D2441. Grayscale: #D0D0D0. Windows color (decimal): -4006978 or 12508098. OLE color: 12508098.

HSL color Cylindrical-coordinate representation of color #C2DBBE: hue angle of 111.72º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DBBE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB194219190-
CMYK0.1100.130.14
HSL111.72º28.71%80.2%-
HSV(B)111.72º13.24%85.88%-
XYZ56.8765.8558.43-
YUV208.22117.72117.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.17%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=32.17%
G=36.32%
B=31.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191900.1100.130.14111.7228.7180.2
HexC2DBBEB0DE701d50
Octal302333276130151616035120
Binary11000010110110111011111010110110111101110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBBE; }

 p { color: rgb(194,219,190); }

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

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

 a { background-color: rgb(194,219,190); }

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

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

 span { border-color: rgb(194,219,190); }

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