#C8DCC1

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

Shades of Surf Crest #C8DCC1

Tints of Surf Crest #C8DCC1

Color information

#C8DCC1 (or 0xC8DCC1) is unknown color: approx Surf Crest. HEX triplet: C8, DC and C1. RGB value is (200,220,193). Sum of RGB (Red+Green+Blue) = 200+220+193=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCC1 is #37233E. Grayscale: #D3D3D3. Windows color (decimal): -3613503 or 12704968. OLE color: 12704968.

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

Color convert

RGB200220193-
CMYK0.0900.120.14
HSL104.44º27.84%80.98%-
HSV(B)104.44º12.27%86.27%-
XYZ59.0467.3260.33-
YUV210.94117.87120.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.63%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=32.63%
G=35.89%
B=31.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201930.0900.120.14104.4427.8480.98
HexC8DCC190CE681c51
Octal310334301110141615034121
Binary11001000110111001100000110010110011101101000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCC1; }

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

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

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

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

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

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

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

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