Html Css Color HEX #D5F3E5 White Ice

📋 copy color: '#D5F3E5'

red 213 ◦ green 243 ◦ blue 229

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

Shades of White Ice #D5F3E5

Tints of White Ice #D5F3E5

RGB

 RED value IS 213 (83.59% from 255) = 31.09%

 GREEN value IS 243 (95.31% from 255) = 35.47%

 BLUE value IS 229 (89.84% from 255) = 33.43%

R = 31.09%
G = 35.47%
B = 33.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#D5F3E5 (or 0xD5F3E5) is known color: White Ice. HEX triplet: D5, F3 and E5. RGB value is (213,243,229). Sum of RGB (Red+Green+Blue) = 213+243+229=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F3E5 is #2A0C1A. Grayscale: #E8E8E8. Windows color (decimal): -2755611 or 15070165. OLE color: 15070165.

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

Color convert

RGB 213 243 229 -
CMYK 0.12 0 0.06 0.05
HSL 152º 0.56% 0.89% -
HSV(B) 152º 0.12% 0.95% -
XYZ 73.63 83.9 86.44 -
YUV 232.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 213 243 229 0.12 0 0.06 0.05 152 0.56 0.89
Hex D5 F3 E5 C 0 6 5 98 38 59
Octal 325 363 345 14 0 6 5 230 70 131
Binary 11010101 11110011 11100101 1100 0 110 101 10011000 111000 1011001

Color Harmonies of #D5F3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F3E5

Black with #D5F3E5

Text Example


Text Example

White with #D5F3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F3E5; }

 p { color: rgb(213,243,229); }

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

background-color css

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

 a { background-color: rgb(213,243,229); }

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

border-color css

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

 span { border-color: rgb(213,243,229); }

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