Html Css Color HEX #D2EFE2 White Ice

📋 copy color: '#D2EFE2'

red 210 ◦ green 239 ◦ blue 226

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

Shades of White Ice #D2EFE2

Tints of White Ice #D2EFE2

RGB

 RED value IS 210 (82.42% from 255) = 31.11%

 GREEN value IS 239 (93.75% from 255) = 35.41%

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

R = 31.11%
G = 35.41%
B = 33.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#D2EFE2 (or 0xD2EFE2) is known color: White Ice. HEX triplet: D2, EF and E2. RGB value is (210,239,226). Sum of RGB (Red+Green+Blue) = 210+239+226=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFE2 is #2D101D. Grayscale: #E4E4E4. Windows color (decimal): -2953246 or 14872530. OLE color: 14872530.

HSL color Cylindrical-coordinate representation of color #D2EFE2: hue angle of 153.1º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EFE2 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 226 -
CMYK 0.12 0 0.05 0.06
HSL 153.1º 0.48% 0.88% -
HSV(B) 153.1º 0.12% 0.94% -
XYZ 71.17 80.93 83.82 -
YUV 228.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 210 239 226 0.12 0 0.05 0.06 153.1 0.48 0.88
Hex D2 EF E2 C 0 5 6 99 30 58
Octal 322 357 342 14 0 5 6 231 60 130
Binary 11010010 11101111 11100010 1100 0 101 110 10011001 110000 1011000

Color Harmonies of #D2EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFE2

Black with #D2EFE2

Text Example


Text Example

White with #D2EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFE2; }

 p { color: rgb(210,239,226); }

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

background-color css

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

 a { background-color: rgb(210,239,226); }

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

border-color css

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

 span { border-color: rgb(210,239,226); }

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