Html Css Color HEX #C8DDA5 Reef

📋 copy color: '#C8DDA5'

red 200 ◦ green 221 ◦ blue 165

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

Shades of Reef #C8DDA5

Tints of Reef #C8DDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 165 (64.84% from 255) = 28.16%

R = 34.13%
G = 37.71%
B = 28.16%

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

#C8DDA5 (or 0xC8DDA5) is known color: Reef. HEX triplet: C8, DD and A5. RGB value is (200,221,165). Sum of RGB (Red+Green+Blue) = 200+221+165=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDA5 is #37225A. Grayscale: #D0D0D0. Windows color (decimal): -3613275 or 10870216. OLE color: 10870216.

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

Color convert

RGB 200 221 165 -
CMYK 0.10 0 0.25 0.13
HSL 82.5º 0.45% 0.76% -
HSV(B) 82.5º 0.25% 0.87% -
XYZ 56.47 66.71 45.5 -
YUV 208.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 200 221 165 0.10 0 0.25 0.13 82.5 0.45 0.76
Hex C8 DD A5 A 0 19 D 52 2D 4C
Octal 310 335 245 12 0 31 15 122 55 114
Binary 11001000 11011101 10100101 1010 0 11001 1101 1010010 101101 1001100

Color Harmonies of #C8DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDA5

Black with #C8DDA5

Text Example


Text Example

White with #C8DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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