Html Css Color HEX #DEFCB2 Reef

📋 copy color: '#DEFCB2'

red 222 ◦ green 252 ◦ blue 178

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

Shades of Reef #DEFCB2

Tints of Reef #DEFCB2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.65%

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

R = 34.05%
G = 38.65%
B = 27.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#DEFCB2 (or 0xDEFCB2) is known color: Reef. HEX triplet: DE, FC and B2. RGB value is (222,252,178). Sum of RGB (Red+Green+Blue) = 222+252+178=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFCB2 is #21034D. Grayscale: #EAEAEA. Windows color (decimal): -2163534 or 11730142. OLE color: 11730142.

HSL color Cylindrical-coordinate representation of color #DEFCB2: hue angle of 84.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFCB2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 178 -
CMYK 0.12 0 0.29 0.01
HSL 84.32º 0.93% 0.84% -
HSV(B) 84.32º 0.29% 0.99% -
XYZ 72.97 88.36 55.33 -
YUV 234.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 222 252 178 0.12 0 0.29 0.01 84.32 0.93 0.84
Hex DE FC B2 C 0 1D 1 54 5C 54
Octal 336 374 262 14 0 35 1 124 134 124
Binary 11011110 11111100 10110010 1100 0 11101 1 1010100 1011100 1010100

Color Harmonies of #DEFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCB2

Black with #DEFCB2

Text Example


Text Example

White with #DEFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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