#C8DBBA

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

Shades of Surf Crest #C8DBBA

Tints of Surf Crest #C8DBBA

Color information

#C8DBBA (or 0xC8DBBA) is unknown color: approx Surf Crest. HEX triplet: C8, DB and BA. RGB value is (200,219,186). Sum of RGB (Red+Green+Blue) = 200+219+186=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBBA is #372445. Grayscale: #D1D1D1. Windows color (decimal): -3613766 or 12245960. OLE color: 12245960.

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

Color convert

RGB200219186-
CMYK0.0900.150.14
HSL94.55º31.43%79.41%-
HSV(B)94.55º15.07%85.88%-
XYZ58.0166.4956.23-
YUV209.56114.71121.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.06%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=33.06%
G=36.20%
B=30.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191860.0900.150.1494.5531.4379.41
HexC8DBBA90FE5f1f4f
Octal310333272110171613737117
Binary11001000110110111011101010010111111101011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBBA; }

 p { color: rgb(200,219,186); }

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

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

 a { background-color: rgb(200,219,186); }

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

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

 span { border-color: rgb(200,219,186); }

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