#C8D5C4

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

Shades of Surf Crest #C8D5C4

Tints of Surf Crest #C8D5C4

Color information

#C8D5C4 (or 0xC8D5C4) is unknown color: approx Surf Crest. HEX triplet: C8, D5 and C4. RGB value is (200,213,196). Sum of RGB (Red+Green+Blue) = 200+213+196=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5C4 is #372A3B. Grayscale: #CFCFCF. Windows color (decimal): -3615292 or 12899784. OLE color: 12899784.

HSL color Cylindrical-coordinate representation of color #C8D5C4: hue angle of 105.88º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D5C4 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB200213196-
CMYK0.0600.080.16
HSL105.88º16.83%80.2%-
HSV(B)105.88º7.98%83.53%-
XYZ57.5863.8561.51-
YUV207.18121.69122.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=32.84%
G=34.98%
B=32.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131960.0600.080.16105.8816.8380.2
HexC8D5C4608106a1150
Octal31032530460102015221120
Binary11001000110101011100010011001000100001101010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5C4; }

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

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

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

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

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

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

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

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