#C8DEBA

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

Shades of Surf Crest #C8DEBA

Tints of Surf Crest #C8DEBA

Color information

#C8DEBA (or 0xC8DEBA) is unknown color: approx Surf Crest. HEX triplet: C8, DE and BA. RGB value is (200,222,186). Sum of RGB (Red+Green+Blue) = 200+222+186=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEBA is #372145. Grayscale: #D3D3D3. Windows color (decimal): -3612998 or 12246728. OLE color: 12246728.

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

Color convert

RGB200222186-
CMYK0.1000.160.13
HSL96.67º35.29%80%-
HSV(B)96.67º16.22%87.06%-
XYZ58.868.0756.49-
YUV211.32113.71119.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.89%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=32.89%
G=36.51%
B=30.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002221860.1000.160.1396.6735.2980
HexC8DEBAA010D612350
Octal310336272120201514143120
Binary1100100011011110101110101010010000110111000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEBA; }

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

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

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

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

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

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

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

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