#C9D8C4

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

Shades of Surf Crest #C9D8C4

Tints of Surf Crest #C9D8C4

Color information

#C9D8C4 (or 0xC9D8C4) is unknown color: approx Surf Crest. HEX triplet: C9, D8 and C4. RGB value is (201,216,196). Sum of RGB (Red+Green+Blue) = 201+216+196=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8C4 is #36273B. Grayscale: #D1D1D1. Windows color (decimal): -3548988 or 12900553. OLE color: 12900553.

HSL color Cylindrical-coordinate representation of color #C9D8C4: hue angle of 105º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D8C4 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB201216196-
CMYK0.0700.090.15
HSL105º20.41%80.78%-
HSV(B)105º9.26%84.71%-
XYZ58.6165.5161.78-
YUV209.24120.53122.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=32.79%
G=35.24%
B=31.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012161960.0700.090.1510520.4180.78
HexC9D8C4709F691451
Octal31133030470111715124121
Binary1100100111011000110001001110100111111101001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D8C4; }

 p { color: rgb(201,216,196); }

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

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

 a { background-color: rgb(201,216,196); }

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

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

 span { border-color: rgb(201,216,196); }

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