Html Css Color HEX #EFFDCB Snow Flurry

📋 copy color: '#EFFDCB'

red 239 ◦ green 253 ◦ blue 203

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

Shades of Snow Flurry #EFFDCB

Tints of Snow Flurry #EFFDCB

RGB

 RED value IS 239 (93.75% from 255) = 34.39%

 GREEN value IS 253 (99.22% from 255) = 36.4%

 BLUE value IS 203 (79.69% from 255) = 29.21%

R = 34.39%
G = 36.4%
B = 29.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#EFFDCB (or 0xEFFDCB) is known color: Snow Flurry. HEX triplet: EF, FD and CB. RGB value is (239,253,203). Sum of RGB (Red+Green+Blue) = 239+253+203=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDCB is #100234. Grayscale: #F3F3F3. Windows color (decimal): -1049141 or 13368815. OLE color: 13368815.

HSL color Cylindrical-coordinate representation of color #EFFDCB: hue angle of 76.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFFDCB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 203 -
CMYK 0.06 0 0.20 0.01
HSL 76.8º 0.93% 0.89% -
HSV(B) 76.8º 0.2% 0.99% -
XYZ 81.5 92.91 70.14 -
YUV 243.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 239 253 203 0.06 0 0.20 0.01 76.8 0.93 0.89
Hex EF FD CB 6 0 14 1 4D 5D 59
Octal 357 375 313 6 0 24 1 115 135 131
Binary 11101111 11111101 11001011 110 0 10100 1 1001101 1011101 1011001

Color Harmonies of #EFFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDCB

Black with #EFFDCB

Text Example


Text Example

White with #EFFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDCB; }

 p { color: rgb(239,253,203); }

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

background-color css

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

 a { background-color: rgb(239,253,203); }

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

border-color css

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

 span { border-color: rgb(239,253,203); }

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