#C8DDBE

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

Shades of Surf Crest #C8DDBE

Tints of Surf Crest #C8DDBE

Color information

#C8DDBE (or 0xC8DDBE) is unknown color: approx Surf Crest. HEX triplet: C8, DD and BE. RGB value is (200,221,190). Sum of RGB (Red+Green+Blue) = 200+221+190=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDBE is #372241. Grayscale: #D3D3D3. Windows color (decimal): -3613250 or 12508616. OLE color: 12508616.

HSL color Cylindrical-coordinate representation of color #C8DDBE: hue angle of 100.65º 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 #C8DDBE is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB200221190-
CMYK0.1000.140.13
HSL100.65º31.31%80.59%-
HSV(B)100.65º14.03%86.67%-
XYZ58.9767.7158.68-
YUV211.19116.04120.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=32.73%
G=36.17%
B=31.10%

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
Decimal2002211900.1000.140.13100.6531.3180.59
HexC8DDBEA0ED651f51
Octal310335276120161514537121
Binary11001000110111011011111010100111011011100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDBE; }

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

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

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

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

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

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

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

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