Html Css Color HEX #EDF3CB Rice Flower

📋 copy color: '#EDF3CB'

red 237 ◦ green 243 ◦ blue 203

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

Shades of Rice Flower #EDF3CB

Tints of Rice Flower #EDF3CB

RGB

 RED value IS 237 (92.97% from 255) = 34.7%

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

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

R = 34.7%
G = 35.58%
B = 29.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EDF3CB (or 0xEDF3CB) is known color: Rice Flower. HEX triplet: ED, F3 and CB. RGB value is (237,243,203). Sum of RGB (Red+Green+Blue) = 237+243+203=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3CB is #120C34. Grayscale: #ECECEC. Windows color (decimal): -1182773 or 13366253. OLE color: 13366253.

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

Color convert

RGB 237 243 203 -
CMYK 0.02 0 0.16 0.05
HSL 69º 0.63% 0.87% -
HSV(B) 69º 0.16% 0.95% -
XYZ 77.76 86.42 69.08 -
YUV 236.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 237 243 203 0.02 0 0.16 0.05 69 0.63 0.87
Hex ED F3 CB 2 0 10 5 45 3E 57
Octal 355 363 313 2 0 20 5 105 76 127
Binary 11101101 11110011 11001011 10 0 10000 101 1000101 111110 1010111

Color Harmonies of #EDF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3CB

Black with #EDF3CB

Text Example


Text Example

White with #EDF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3CB; }

 p { color: rgb(237,243,203); }

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

background-color css

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

 a { background-color: rgb(237,243,203); }

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

border-color css

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

 span { border-color: rgb(237,243,203); }

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