#C8DBBE

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

Shades of Surf Crest #C8DBBE

Tints of Surf Crest #C8DBBE

Color information

#C8DBBE (or 0xC8DBBE) is unknown color: approx Surf Crest. HEX triplet: C8, DB and BE. RGB value is (200,219,190). Sum of RGB (Red+Green+Blue) = 200+219+190=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBBE is #372441. Grayscale: #D2D2D2. Windows color (decimal): -3613762 or 12508104. OLE color: 12508104.

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

Color convert

RGB200219190-
CMYK0.0900.130.14
HSL99.31º28.71%80.2%-
HSV(B)99.31º13.24%85.88%-
XYZ58.4566.6658.5-
YUV210.01116.71120.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=32.84%
G=35.96%
B=31.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191900.0900.130.1499.3128.7180.2
HexC8DBBE90DE631d50
Octal310333276110151614335120
Binary11001000110110111011111010010110111101100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBBE; }

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

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

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

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

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

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

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

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