#C0DDB8

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

Shades of Surf Crest #C0DDB8

Tints of Surf Crest #C0DDB8

Color information

#C0DDB8 (or 0xC0DDB8) is unknown color: approx Surf Crest. HEX triplet: C0, DD and B8. RGB value is (192,221,184). Sum of RGB (Red+Green+Blue) = 192+221+184=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDB8 is #3F2247. Grayscale: #D0D0D0. Windows color (decimal): -4137544 or 12115392. OLE color: 12115392.

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

Color convert

RGB192221184-
CMYK0.1300.170.13
HSL107.03º35.24%79.41%-
HSV(B)107.03º16.74%86.67%-
XYZ56.2566.3855.2-
YUV208.11114.39116.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 184 (72.27% from 255) = 30.82%
R=32.16%
G=37.02%
B=30.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211840.1300.170.13107.0335.2479.41
HexC0DDB8D011D6b234f
Octal300335270150211515343117
Binary1100000011011101101110001101010001110111010111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDB8; }

 p { color: rgb(192,221,184); }

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

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

 a { background-color: rgb(192,221,184); }

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

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

 span { border-color: rgb(192,221,184); }

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