#C5DDBB

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

Shades of Surf Crest #C5DDBB

Tints of Surf Crest #C5DDBB

Color information

#C5DDBB (or 0xC5DDBB) is unknown color: approx Surf Crest. HEX triplet: C5, DD and BB. RGB value is (197,221,187). Sum of RGB (Red+Green+Blue) = 197+221+187=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDBB is #3A2244. Grayscale: #D2D2D2. Windows color (decimal): -3809861 or 12312005. OLE color: 12312005.

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

Color convert

RGB197221187-
CMYK0.1100.150.13
HSL102.35º33.33%80%-
HSV(B)102.35º15.38%86.67%-
XYZ57.8567.1756.93-
YUV209.95115.05118.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=32.56%
G=36.53%
B=30.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972211870.1100.150.13102.3533.3380
HexC5DDBBB0FD662150
Octal305335273130171514641120
Binary110001011101110110111011101101111110111001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDBB; }

 p { color: rgb(197,221,187); }

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

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

 a { background-color: rgb(197,221,187); }

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

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

 span { border-color: rgb(197,221,187); }

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