Html Css Color HEX #C8DFA8 Reef

📋 copy color: '#C8DFA8'

red 200 ◦ green 223 ◦ blue 168

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

Shades of Reef #C8DFA8

Tints of Reef #C8DFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.73%

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

R = 33.84%
G = 37.73%
B = 28.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#C8DFA8 (or 0xC8DFA8) is known color: Reef. HEX triplet: C8, DF and A8. RGB value is (200,223,168). Sum of RGB (Red+Green+Blue) = 200+223+168=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DFA8 is #372057. Grayscale: #D2D2D2. Windows color (decimal): -3612760 or 11067336. OLE color: 11067336.

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

Color convert

RGB 200 223 168 -
CMYK 0.10 0 0.25 0.13
HSL 85.09º 0.46% 0.77% -
HSV(B) 85.09º 0.25% 0.87% -
XYZ 57.27 67.88 47.13 -
YUV 209.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 200 223 168 0.10 0 0.25 0.13 85.09 0.46 0.77
Hex C8 DF A8 A 0 19 D 55 2E 4D
Octal 310 337 250 12 0 31 15 125 56 115
Binary 11001000 11011111 10101000 1010 0 11001 1101 1010101 101110 1001101

Color Harmonies of #C8DFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DFA8

Black with #C8DFA8

Text Example


Text Example

White with #C8DFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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