Html Css Color HEX #DDFEED Bubbles

📋 copy color: '#DDFEED'

red 221 ◦ green 254 ◦ blue 237

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

Shades of Bubbles #DDFEED

Tints of Bubbles #DDFEED

RGB

 RED value IS 221 (86.72% from 255) = 31.04%

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

 BLUE value IS 237 (92.97% from 255) = 33.29%

R = 31.04%
G = 35.67%
B = 33.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#DDFEED (or 0xDDFEED) is known color: Bubbles. HEX triplet: DD, FE and ED. RGB value is (221,254,237). Sum of RGB (Red+Green+Blue) = 221+254+237=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEED is #220112. Grayscale: #F2F2F2. Windows color (decimal): -2228499 or 15597277. OLE color: 15597277.

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

Color convert

RGB 221 254 237 -
CMYK 0.13 0 0.07 0.00
HSL 149.09º 0.94% 0.93% -
HSV(B) 149.09º 0.13% 1% -
XYZ 80.55 92.37 93.7 -
YUV 242.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 221 254 237 0.13 0 0.07 0.00 149.09 0.94 0.93
Hex DD FE ED D 0 7 0 95 5E 5D
Octal 335 376 355 15 0 7 0 225 136 135
Binary 11011101 11111110 11101101 1101 0 111 0 10010101 1011110 1011101

Color Harmonies of #DDFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEED

Black with #DDFEED

Text Example


Text Example

White with #DDFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEED; }

 p { color: rgb(221,254,237); }

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

background-color css

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

 a { background-color: rgb(221,254,237); }

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

border-color css

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

 span { border-color: rgb(221,254,237); }

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