#EFF3CC

Color #EFF3CC Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EFF3CC

Tints of Rice Flower #EFF3CC

Color information

#EFF3CC (or 0xEFF3CC) is unknown color: approx Rice Flower. HEX triplet: EF, F3 and CC. RGB value is (239,243,204). Sum of RGB (Red+Green+Blue) = 239+243+204=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CC is #100C33. Grayscale: #EDEDED. Windows color (decimal): -1051700 or 13431791. OLE color: 13431791.

HSL color Cylindrical-coordinate representation of color #EFF3CC: hue angle of 66.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFF3CC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB239243204-
CMYK0.0200.160.05
HSL66.15º61.9%87.65%-
HSV(B)66.15º16.05%95.29%-
XYZ78.5586.8169.74-
YUV237.36109.17129.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 204 (80.08% from 255) = 29.74%
R=34.84%
G=35.42%
B=29.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392432040.0200.160.0566.1561.987.65
HexEFF3CC20105423e58
Octal3573633142020510276130
Binary1110111111110011110011001001000010110000101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3CC; }

 p { color: rgb(239,243,204); }

 H1.HeaderClassName
 {
   color: #EFF3CC;
 }
 .AnyTagClassName
 {
   color: #EFF3CC;
 }
</style>
background-color css

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

 a { background-color: rgb(239,243,204); }

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

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

 span { border-color: rgb(239,243,204); }

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