Html Css Color HEX #DDFBE2 Cosmic Latte

📋 copy color: '#DDFBE2'

red 221 ◦ green 251 ◦ blue 226

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

Shades of Cosmic Latte #DDFBE2

Tints of Cosmic Latte #DDFBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.96%

 BLUE value IS 226 (88.67% from 255) = 32.38%

R = 31.66%
G = 35.96%
B = 32.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DDFBE2 (or 0xDDFBE2) is known color: Cosmic Latte. HEX triplet: DD, FB and E2. RGB value is (221,251,226). Sum of RGB (Red+Green+Blue) = 221+251+226=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE2 is #22041D. Grayscale: #EFEFEF. Windows color (decimal): -2229278 or 14875613. OLE color: 14875613.

HSL color Cylindrical-coordinate representation of color #DDFBE2: hue angle of 130º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 226 -
CMYK 0.12 0 0.10 0.02
HSL 130º 0.79% 0.93% -
HSV(B) 130º 0.12% 0.98% -
XYZ 78.04 89.86 85.18 -
YUV 239.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 221 251 226 0.12 0 0.10 0.02 130 0.79 0.93
Hex DD FB E2 C 0 A 2 82 4F 5D
Octal 335 373 342 14 0 12 2 202 117 135
Binary 11011101 11111011 11100010 1100 0 1010 10 10000010 1001111 1011101

Color Harmonies of #DDFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBE2

Black with #DDFBE2

Text Example


Text Example

White with #DDFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBE2; }

 p { color: rgb(221,251,226); }

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

background-color css

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

 a { background-color: rgb(221,251,226); }

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

border-color css

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

 span { border-color: rgb(221,251,226); }

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