#C8DCBD

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

Shades of Surf Crest #C8DCBD

Tints of Surf Crest #C8DCBD

Color information

#C8DCBD (or 0xC8DCBD) is unknown color: approx Surf Crest. HEX triplet: C8, DC and BD. RGB value is (200,220,189). Sum of RGB (Red+Green+Blue) = 200+220+189=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCBD is #372342. Grayscale: #D2D2D2. Windows color (decimal): -3613507 or 12442824. OLE color: 12442824.

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

Color convert

RGB200220189-
CMYK0.0900.140.14
HSL98.71º30.69%80.2%-
HSV(B)98.71º14.09%86.27%-
XYZ58.667.1458.01-
YUV210.49115.87120.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=32.84%
G=36.12%
B=31.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201890.0900.140.1498.7130.6980.2
HexC8DCBD90EE631f50
Octal310334275110161614337120
Binary11001000110111001011110110010111011101100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCBD; }

 p { color: rgb(200,220,189); }

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

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

 a { background-color: rgb(200,220,189); }

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

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

 span { border-color: rgb(200,220,189); }

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