Html Css Color HEX #C8DEA8 Reef

📋 copy color: '#C8DEA8'

red 200 ◦ green 222 ◦ blue 168

#C8DEA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #C8DEA8

Tints of Reef #C8DEA8

RGB

 RED value IS 200 (78.52% from 255) = 33.9%

 GREEN value IS 222 (87.11% from 255) = 37.63%

 BLUE value IS 168 (66.02% from 255) = 28.47%

R = 33.9%
G = 37.63%
B = 28.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#C8DEA8 (or 0xC8DEA8) is known color: Reef. HEX triplet: C8, DE and A8. RGB value is (200,222,168). Sum of RGB (Red+Green+Blue) = 200+222+168=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DEA8 is #372157. Grayscale: #D1D1D1. Windows color (decimal): -3613016 or 11067080. OLE color: 11067080.

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

Color convert

RGB 200 222 168 -
CMYK 0.10 0 0.24 0.13
HSL 84.44º 0.45% 0.76% -
HSV(B) 84.44º 0.24% 0.87% -
XYZ 57.01 67.35 47.04 -
YUV 209.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 200 222 168 0.10 0 0.24 0.13 84.44 0.45 0.76
Hex C8 DE A8 A 0 18 D 54 2D 4C
Octal 310 336 250 12 0 30 15 124 55 114
Binary 11001000 11011110 10101000 1010 0 11000 1101 1010100 101101 1001100

Color Harmonies of #C8DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DEA8

Black with #C8DEA8

Text Example


Text Example

White with #C8DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DEA8; }

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

 H1.HeaderClassName
 {
   color: #C8DEA8;
 }
 .AnyTagClassName
 {
   color: #C8DEA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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