#C8DDBF

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

Shades of Surf Crest #C8DDBF

Tints of Surf Crest #C8DDBF

Color information

#C8DDBF (or 0xC8DDBF) is unknown color: approx Surf Crest. HEX triplet: C8, DD and BF. RGB value is (200,221,191). Sum of RGB (Red+Green+Blue) = 200+221+191=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDBF is #372240. Grayscale: #D3D3D3. Windows color (decimal): -3613249 or 12574152. OLE color: 12574152.

HSL color Cylindrical-coordinate representation of color #C8DDBF: hue angle of 102º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8DDBF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB200221191-
CMYK0.1000.140.13
HSL102º30.61%80.78%-
HSV(B)102º13.57%86.67%-
XYZ59.0867.7559.25-
YUV211.3116.54119.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 191 (75% from 255) = 31.21%
R=32.68%
G=36.11%
B=31.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002211910.1000.140.1310230.6180.78
HexC8DDBFA0ED661f51
Octal310335277120161514637121
Binary11001000110111011011111110100111011011100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDBF; }

 p { color: rgb(200,221,191); }

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

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

 a { background-color: rgb(200,221,191); }

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

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

 span { border-color: rgb(200,221,191); }

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