#C8DDBB

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

Shades of Surf Crest #C8DDBB

Tints of Surf Crest #C8DDBB

Color information

#C8DDBB (or 0xC8DDBB) is unknown color: approx Surf Crest. HEX triplet: C8, DD and BB. RGB value is (200,221,187). Sum of RGB (Red+Green+Blue) = 200+221+187=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDBB is #372244. Grayscale: #D2D2D2. Windows color (decimal): -3613253 or 12312008. OLE color: 12312008.

HSL color Cylindrical-coordinate representation of color #C8DDBB: hue angle of 97.06º 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 #C8DDBB is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB200221187-
CMYK0.1000.150.13
HSL97.06º33.33%80%-
HSV(B)97.06º15.38%86.67%-
XYZ58.6567.5856.97-
YUV210.84114.54120.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.89%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=32.89%
G=36.35%
B=30.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002211870.1000.150.1397.0633.3380
HexC8DDBBA0FD612150
Octal310335273120171514141120
Binary110010001101110110111011101001111110111000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDBB; }

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

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

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

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

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

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

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

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