#C2D5BB

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

Shades of Surf Crest #C2D5BB

Tints of Surf Crest #C2D5BB

Color information

#C2D5BB (or 0xC2D5BB) is unknown color: approx Surf Crest. HEX triplet: C2, D5 and BB. RGB value is (194,213,187). Sum of RGB (Red+Green+Blue) = 194+213+187=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5BB is #3D2A44. Grayscale: #CCCCCC. Windows color (decimal): -4008517 or 12309954. OLE color: 12309954.

HSL color Cylindrical-coordinate representation of color #C2D5BB: hue angle of 103.85º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D5BB is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB194213187-
CMYK0.0900.120.16
HSL103.85º23.64%78.43%-
HSV(B)103.85º12.21%83.53%-
XYZ55.0162.6556.21-
YUV204.36118.21120.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.66%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=32.66%
G=35.86%
B=31.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942131870.0900.120.16103.8523.6478.43
HexC2D5BB90C1068184e
Octal302325273110142015030116
Binary110000101101010110111011100101100100001101000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D5BB; }

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

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

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

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

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

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

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

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