#C8DCC4

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

Shades of Surf Crest #C8DCC4

Tints of Surf Crest #C8DCC4

Color information

#C8DCC4 (or 0xC8DCC4) is unknown color: approx Surf Crest. HEX triplet: C8, DC and C4. RGB value is (200,220,196). Sum of RGB (Red+Green+Blue) = 200+220+196=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCC4 is #37233B. Grayscale: #D3D3D3. Windows color (decimal): -3613500 or 12901576. OLE color: 12901576.

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

Color convert

RGB200220196-
CMYK0.0900.110.14
HSL110º25.53%81.57%-
HSV(B)110º10.91%86.27%-
XYZ59.3867.4562.11-
YUV211.28119.37119.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=32.47%
G=35.71%
B=31.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201960.0900.110.1411025.5381.57
HexC8DCC490BE6e1a52
Octal310334304110131615632122
Binary11001000110111001100010010010101111101101110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCC4; }

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

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

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

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

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

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

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

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