Html Css Color HEX #DEF6A5 Reef

📋 copy color: '#DEF6A5'

red 222 ◦ green 246 ◦ blue 165

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

Shades of Reef #DEF6A5

Tints of Reef #DEF6A5

RGB

 RED value IS 222 (87.11% from 255) = 35.07%

 GREEN value IS 246 (96.48% from 255) = 38.86%

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

R = 35.07%
G = 38.86%
B = 26.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#DEF6A5 (or 0xDEF6A5) is known color: Reef. HEX triplet: DE, F6 and A5. RGB value is (222,246,165). Sum of RGB (Red+Green+Blue) = 222+246+165=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF6A5 is #21095A. Grayscale: #E5E5E5. Windows color (decimal): -2165083 or 10876638. OLE color: 10876638.

HSL color Cylindrical-coordinate representation of color #DEF6A5: hue angle of 77.78º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEF6A5 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 246 165 -
CMYK 0.10 0 0.33 0.04
HSL 77.78º 0.82% 0.81% -
HSV(B) 77.78º 0.33% 0.96% -
XYZ 69.87 84.16 48.16 -
YUV 229.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 222 246 165 0.10 0 0.33 0.04 77.78 0.82 0.81
Hex DE F6 A5 A 0 21 4 4E 52 51
Octal 336 366 245 12 0 41 4 116 122 121
Binary 11011110 11110110 10100101 1010 0 100001 100 1001110 1010010 1010001

Color Harmonies of #DEF6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF6A5

Black with #DEF6A5

Text Example


Text Example

White with #DEF6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF6A5; }

 p { color: rgb(222,246,165); }

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

background-color css

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

 a { background-color: rgb(222,246,165); }

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

border-color css

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

 span { border-color: rgb(222,246,165); }

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