Html Css Color HEX #DEF3B2 Reef

📋 copy color: '#DEF3B2'

red 222 ◦ green 243 ◦ blue 178

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

Shades of Reef #DEF3B2

Tints of Reef #DEF3B2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.79%

 BLUE value IS 178 (69.92% from 255) = 27.68%

R = 34.53%
G = 37.79%
B = 27.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#DEF3B2 (or 0xDEF3B2) is known color: Reef. HEX triplet: DE, F3 and B2. RGB value is (222,243,178). Sum of RGB (Red+Green+Blue) = 222+243+178=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF3B2 is #210C4D. Grayscale: #E5E5E5. Windows color (decimal): -2165838 or 11727838. OLE color: 11727838.

HSL color Cylindrical-coordinate representation of color #DEF3B2: hue angle of 79.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEF3B2 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 243 178 -
CMYK 0.09 0 0.27 0.05
HSL 79.38º 0.73% 0.83% -
HSV(B) 79.38º 0.27% 0.95% -
XYZ 70.21 82.85 54.41 -
YUV 229.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 222 243 178 0.09 0 0.27 0.05 79.38 0.73 0.83
Hex DE F3 B2 9 0 1B 5 4F 49 53
Octal 336 363 262 11 0 33 5 117 111 123
Binary 11011110 11110011 10110010 1001 0 11011 101 1001111 1001001 1010011

Color Harmonies of #DEF3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF3B2

Black with #DEF3B2

Text Example


Text Example

White with #DEF3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF3B2; }

 p { color: rgb(222,243,178); }

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

background-color css

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

 a { background-color: rgb(222,243,178); }

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

border-color css

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

 span { border-color: rgb(222,243,178); }

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