Html Css Color HEX #DEFED6 Blue Romance

📋 copy color: '#DEFED6'

red 222 ◦ green 254 ◦ blue 214

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

Shades of Blue Romance #DEFED6

Tints of Blue Romance #DEFED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.81%

 BLUE value IS 214 (83.98% from 255) = 31.01%

R = 32.17%
G = 36.81%
B = 31.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#DEFED6 (or 0xDEFED6) is known color: Blue Romance. HEX triplet: DE, FE and D6. RGB value is (222,254,214). Sum of RGB (Red+Green+Blue) = 222+254+214=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFED6 is #210129. Grayscale: #EFEFEF. Windows color (decimal): -2162986 or 14089950. OLE color: 14089950.

HSL color Cylindrical-coordinate representation of color #DEFED6: hue angle of 108º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEFED6 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 254 214 -
CMYK 0.13 0 0.16 0.00
HSL 108º 0.95% 0.92% -
HSV(B) 108º 0.16% 1% -
XYZ 77.7 91.27 77.14 -
YUV 239.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 222 254 214 0.13 0 0.16 0.00 108 0.95 0.92
Hex DE FE D6 D 0 10 0 6C 5F 5C
Octal 336 376 326 15 0 20 0 154 137 134
Binary 11011110 11111110 11010110 1101 0 10000 0 1101100 1011111 1011100

Color Harmonies of #DEFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFED6

Black with #DEFED6

Text Example


Text Example

White with #DEFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFED6; }

 p { color: rgb(222,254,214); }

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

background-color css

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

 a { background-color: rgb(222,254,214); }

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

border-color css

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

 span { border-color: rgb(222,254,214); }

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