#C8D3C1

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

Shades of Surf Crest #C8D3C1

Tints of Surf Crest #C8D3C1

Color information

#C8D3C1 (or 0xC8D3C1) is unknown color: approx Surf Crest. HEX triplet: C8, D3 and C1. RGB value is (200,211,193). Sum of RGB (Red+Green+Blue) = 200+211+193=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D3C1 is #372C3E. Grayscale: #CDCDCD. Windows color (decimal): -3615807 or 12702664. OLE color: 12702664.

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

Color convert

RGB200211193-
CMYK0.0500.090.17
HSL96.67º16.98%79.22%-
HSV(B)96.67º8.53%82.75%-
XYZ56.7462.7259.57-
YUV205.66120.86123.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.11%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=33.11%
G=34.93%
B=31.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002111930.0500.090.1796.6716.9879.22
HexC8D3C15091161114f
Octal31032330150112114121117
Binary11001000110100111100000110101001100011100001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D3C1; }

 p { color: rgb(200,211,193); }

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

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

 a { background-color: rgb(200,211,193); }

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

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

 span { border-color: rgb(200,211,193); }

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